aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (readline): Change position on %n and \" in sscanf.Jan Djärv2006-08-091-0/+1
|
* * etags.c (readline): expect sscanf returns >= 1.Jan Djärv2006-08-091-0/+4
|
* * etags.c (readline): expect sscanf returns 2,Jan Djärv2006-08-081-0/+5
| | | | not 1.
* * etags.c (TEX_mode): Check getc retruns EOF.Jan Djärv2006-08-081-0/+5
| | | | File ended without newline causes infinite loop.
* *** empty log message ***Francesco Potortì2006-07-301-0/+11
|
* .Andreas Schwab2006-07-201-0/+5
|
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-181-0/+6
| | | | | | | | | | | | | | | | | * emacsclient.c (print_help_and_exit): Likewise. * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN. * textprop.c (text_read_only): Likewise. * lread.c (end_of_file_error): Likewise. * lisp.h (circular_list_error, memory_full, buffer_memory_full): Likewise. * eval.c (unwind_to_catch): Likewise. * buffer.h (buffer_slot_type_mismatch): Likewise.
* (absolute_filename): Free unused space (cosmetic change).Francesco Potortì2006-07-111-0/+5
| | | | (in_word_set): In C, also tag #undef symbols.
* *** empty log message ***Eli Zaretskii2006-06-091-0/+9
|
* Formatting fixes.Romain Francoise2006-06-051-1/+1
|
* (main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not ↵Masatake YAMATO2006-06-031-0/+5
| | | | seekable, not is failed in ftall.
* (ALL): Add sorted-doc and digest-doc.Eli Zaretskii2006-06-031-0/+7
| | | | | | | | ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe) ($(BLD)/test-distrib.exe): New targets. (sorted-doc, digest-doc, test-distrib): New targets. (install): Install sorted-doc.exe and digest-doc.exe. ($(BLD)/sorted-doc.$(O)): Update dependencies.
* [DOS_NT] <top level>: Include fcntl.h and io.h.Eli Zaretskii2006-06-031-0/+5
| | | | (main) [DOS_NT]: Switch stdin to binary mode, if it is not a terminal device.
* *** empty log message ***Eli Zaretskii2006-06-031-0/+5
|
* *** empty log message ***Eli Zaretskii2006-06-031-0/+6
|
* *** empty log message ***Francesco Potortì2006-05-231-0/+5
|
* *** empty log message ***Eli Zaretskii2006-05-131-0/+4
|
* (Perl_functions): Free space allocated for var package.Francesco Potortì2006-05-021-0/+6
| | | | | (Erlang_functions): Possibly free space allocated for var last. (Prolog_functions): Possibly free space allocated for var last.
* (main): Initialize docs to NULL.Dan Nicolaescu2006-04-291-0/+2
|
* (yow): Free buf.Dan Nicolaescu2006-04-291-0/+2
|
* Delete c-indentation-style local variable.Dan Nicolaescu2006-04-291-0/+4
|
* (main): Check for negative value from `read'.Richard M. Stallman2006-04-291-0/+2
|
* (read_header): Give fatal error if input has no header.Richard M. Stallman2006-04-291-0/+4
|
* * lib-src/b2m.c (main): Don't include <limits.h>.Paul Eggert2006-04-041-0/+10
| | | | | | | | | | | | | | | | (TM_YEAR_BASE): New macro. (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so that s/ files can override this. Use the more-conservative range 1000-9999. (main): Check for asctime returning NULL. * lib-src/fakemail.c: Likewise. * src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to ../lib-src/b2m.c and ../lib-src/editfns.c. (Fcurrent_time_string): Use it. Document that the year might not consume 4 columns if it's outside the range 1000-9999. Check for asctime failure. Don't assume that the output string length is always exactly 24.
* * b2m.c: Include <limits.h>.Paul Eggert2006-03-271-0/+7
| | | | | | (TM_YEAR_IN_ASCTIME_RANGE): New macro. (main): Check for out-of-range time stamps. * fakemail.c: Likewise.
* #André Spiegel2006-03-181-0/+5
|
* Fix last entry.Eli Zaretskii2006-03-031-2/+2
|
* *** empty log message ***Eli Zaretskii2006-03-031-0/+5
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
|
* *** empty log message ***Eli Zaretskii2005-12-301-2/+4
|
* *** empty log message ***Eli Zaretskii2005-12-301-0/+10
|
* (update-game-score.o): Delete spurious final `\'.Richard M. Stallman2005-12-221-0/+4
|
* Cxref mode writes to stdout: do not close tagf,Francesco Potortì2005-11-181-0/+5
| | | | | | which has never been opened. Specify in the --help that vgrind writes to stdout.
* Fix date of last entry.Eli Zaretskii2005-10-201-1/+1
|
* Undef STDIN if defined. (LynxOS defines it in system header files.)Eli Zaretskii2005-10-201-0/+5
|
* (main): In append mode, sort the tags file after writing it.Francesco Potortì2005-09-271-0/+1
|
* Preliminary Forth support.Francesco Potortì2005-09-271-0/+12
| | | | | | | | (prolog_pr): Cast strlen to int before comparison. (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that the second argument is indeed a literal string. (longopts, print_help, main): The -a (--append) option can be used in ctags also; for one, the Linux make file uses it.
* (add_sym): Compare namespace names instead of namespace objects. ThisChong Yidong2005-09-201-0/+6
| | | | | prevents the parser from incorrectly treating classes whose superclass is in another namespace.
* *** empty log message ***Richard M. Stallman2005-09-151-0/+6
|
* (../src/config.h): Don't overwrite. Print a message instead.Jason Rumney2005-09-111-0/+6
| | | | (../src/paths.h): Removed.
* *** empty log message ***Juanma Barranquero2005-07-281-0/+8
|
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-261-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (AUTOCONF_INPUTS): New macro. ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it, so that these files also depend on m4/getopt.m4. * configure.in: Configure getopt by including m4/getopt.m4, and configuring a getopt replacement if necessary. * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h. * m4/getopt.m4: New file. * lib-src/Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t. (GETOPT_H): New macro, from gnulib. (getopt.h): New rule, from gnulib. (GETOPTOBJS): Now autoconfigured. (GETOPTDEPS): getopt.h is now autoconfigured. (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h. (getopt.o): Depend on ${srcdir}/gettext.h. (movemail.o): Depend on $(GETOPT_H). * lib-src/getopt.c, lib-src/getopt1.c: Sync from gnulib. * lib-src/getopt_.h, lib-src/getopt_int.h, lib-src/gettext.h: New files, from gnulib. * lib-src/getopt.h: Removed (now is getopt_.h). * nt/inc/gettext.h: Remove; no longer needed now that lib-src/gettext.h exists. * src/s/cygwin.h (C_SWITCH_SYSTEM): Remove, since gettext.h is now part of lib-src.
* Don't include des.h (or variants thereof); krb.h will do it.Ken Raeburn2005-07-131-0/+7
| | | | | (sendline): Add the \r\n to the line in a temporary buffer, and write it all at once.
* *** empty log message ***Lute Kamstra2005-07-051-0/+4
|
* *** empty log message ***Eli Zaretskii2005-06-131-0/+4
|
* ($(DOC)): Depend on make-docfile.exe, temacs.exe,Eli Zaretskii2005-06-121-0/+6
| | | | | and the preloaded *.elc files. This avoids unnecessary dumping and DOC rebuilding.
* *** empty log message ***Eli Zaretskii2005-06-041-0/+4
|
* (setup_yow): Use EXIT_FAILURE in case no separators found.Thien-Thi Nguyen2005-05-251-0/+5
| | | | (yow): Use EXIT_FAILURE in case of memory error.
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-131-0/+5
|
* * emacsclient.c: Avoid expansion of getcwd when defined as a macro.Jan Djärv2005-03-181-0/+4
|