comparison lib-src/ChangeLog @ 104875:a07f454e79ce

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 07 Sep 2009 01:22:41 +0000
parents 5950154f9c9b
children aa07c84cb085
comparison
equal deleted inserted replaced
104874:6957e278a506 104875:a07f454e79ce
247 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu> 247 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
248 248
249 * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES. 249 * Makefile.in (INSTALLABLES): Add LIB_SRC_EXTRA_INSTALLABLES.
250 Do not special case for NS_IMPL_COCOA. 250 Do not special case for NS_IMPL_COCOA.
251 251
252 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> 252 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
253 253
254 * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA. 254 * Makefile.in (CFLAGS): Drop -universal under NS_IMPL_COCOA.
255 (.m.o): Dispense with GNUstep-specific flags. 255 (.m.o): Dispense with GNUstep-specific flags.
256 256
257 2008-08-05 Ulrich Mueller <ulm@gentoo.org> 257 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
1026 2006-08-07 Masatake YAMATO <jet@gyve.org> 1026 2006-08-07 Masatake YAMATO <jet@gyve.org>
1027 1027
1028 * etags.c (TEX_mode): Check getc returns EOF. 1028 * etags.c (TEX_mode): Check getc returns EOF.
1029 File ended without newline causes infinite loop. 1029 File ended without newline causes infinite loop.
1030 1030
1031 2002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change) 1031 2006-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change)
1032 1032
1033 * etags.c: It's XEmacs, not Xemacs: change all the occurrences. 1033 * etags.c: It's XEmacs, not Xemacs: change all the occurrences.
1034 1034
1035 2006-07-30 Francesco Potortì <pot@gnu.org> 1035 2006-07-30 Francesco Potortì <pot@gnu.org>
1036 1036
1084 1084
1085 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. 1085 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
1086 [WINDOWSNT] <top level>: Don't redeclare malloc. 1086 [WINDOWSNT] <top level>: Don't redeclare malloc.
1087 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a 1087 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
1088 terminal device. 1088 terminal device.
1089 (main): Initialize bp, to avoid compiler warnings 1089 (main): Initialize bp, to avoid compiler warnings.
1090 1090
1091 * makefile.w32-in: Delete traces of leditcfns.c. 1091 * makefile.w32-in: Delete traces of leditcfns.c.
1092 1092
1093 * leditcfns.c: Remove file. 1093 * leditcfns.c: Remove file.
1094 1094
2949 2949
2950 1999-11-03 Gerd Moellmann <gerd@gnu.org> 2950 1999-11-03 Gerd Moellmann <gerd@gnu.org>
2951 2951
2952 * etags.c (print_help): Change email address to send bugs to. 2952 * etags.c (print_help): Change email address to send bugs to.
2953 2953
2954 1999-11-01 Francesco Potortì <pot@gnu.org>> 2954 1999-11-01 Francesco Potortì <pot@gnu.org>
2955 2955
2956 * etags.c: Add suffix psw for PSWrap. 2956 * etags.c: Add suffix psw for PSWrap.
2957 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)". 2957 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
2958 (Postscript_functions): Add code for PSWrap. 2958 (Postscript_functions): Add code for PSWrap.
2959 (Scheme_functions): Use local pointer and new get_tag function. 2959 (Scheme_functions): Use local pointer and new get_tag function.
3794 (GROW_LINEBUFFER): Macro deleted. All callers changed. 3794 (GROW_LINEBUFFER): Macro deleted. All callers changed.
3795 (make_tag): Macro renamed to make_C_tag. All callers changed. 3795 (make_tag): Macro renamed to make_C_tag. All callers changed.
3796 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's. 3796 (<stdlib.h>, <string.h>) [STDC_HEADERS]: New #include's.
3797 (Prolog_functions): prolog_skip_comment was called with wrong 3797 (Prolog_functions): prolog_skip_comment was called with wrong
3798 number of arguments. 3798 number of arguments.
3799 (xrealloc): fatal was called with wrong number of arguments 3799 (xrealloc): fatal was called with wrong number of arguments.
3800 3800
3801 1996-11-08 Francesco Potortì <F.Potorti@cnuce.cnr.it> 3801 1996-11-08 Francesco Potortì <F.Potorti@cnuce.cnr.it>
3802 3802
3803 * etags.c (relative_filename): Bug corrected. 3803 * etags.c (relative_filename): Bug corrected.
3804 (etags_getcwd): Avoid warning of unused variable. 3804 (etags_getcwd): Avoid warning of unused variable.
4031 * makefile.nt (OBJDIR, BLD): Remove macro definitions. 4031 * makefile.nt (OBJDIR, BLD): Remove macro definitions.
4032 4032
4033 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> 4033 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
4034 4034
4035 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes. 4035 * makefile.nt (LOCAL_FLAGS): Include path to NT shadow includes.
4036 (movemail.exe, fakemail.exe): Now built under Win32.o 4036 (movemail.exe, fakemail.exe): Now built under Win32.o.
4037 4037
4038 * ntlib.c: Include ntlib.h. 4038 * ntlib.c: Include ntlib.h.
4039 (nt_sleep): Rename to sleep. 4039 (nt_sleep): Rename to sleep.
4040 (getwd): Return directory. 4040 (getwd): Return directory.
4041 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown, 4041 (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown,
5822 5822
5823 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) 5823 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
5824 5824
5825 * Makefile.in (install): Get the scripts from ${srcdir}, 5825 * Makefile.in (install): Get the scripts from ${srcdir},
5826 unlike the executables. 5826 unlike the executables.
5827 (ALL_CFLAGS): Add -I../src 5827 (ALL_CFLAGS): Add -I../src.
5828 5828
5829 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) 5829 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
5830 5830
5831 * Version 19.9 released. 5831 * Version 19.9 released.
5832 5832
6725 6725
6726 * b2m.c: New file. 6726 * b2m.c: New file.
6727 6727
6728 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 6728 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6729 6729
6730 * etags.c: Prolog support from Sunichirou Sugou 6730 * etags.c: Prolog support from Sunichirou Sugou.
6731 6731
6732 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 6732 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6733 6733
6734 * Makefile (clean): New target. 6734 * Makefile (clean): New target.
6735 6735
6749 On fatal error, delete the lock file. 6749 On fatal error, delete the lock file.
6750 6750
6751 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) 6751 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
6752 6752
6753 * env.c: Add decl for my-index 6753 * env.c: Add decl for my-index
6754 * etags.c (file-entries): .oak => scheme 6754 * etags.c (file-entries): .oak => scheme.
6755 6755
6756 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 6756 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
6757 6757
6758 * movemail.c: Use `access' to check input and output files. 6758 * movemail.c: Use `access' to check input and output files.
6759 6759