aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Jay Belanger2006-09-151-0/+5
|
* Replace "Library Public License" by "Lesser Public License" throughout.Jay Belanger2006-09-151-13/+12
|
* Fix previous change.Jan Djärv2006-08-091-1/+1
|
* (readline): Change position on %n and \" in sscanf.Jan Djärv2006-08-092-2/+4
|
* * etags.c (readline): expect sscanf returns >= 1.Jan Djärv2006-08-092-1/+5
|
* * etags.c (readline): expect sscanf returns 2,Jan Djärv2006-08-082-1/+6
| | | | not 1.
* * etags.c (TEX_mode): Check getc retruns EOF.Jan Djärv2006-08-082-1/+6
| | | | File ended without newline causes infinite loop.
* Adrian Aichner: <[email protected]>Francesco Potortì2006-07-301-64/+25
| | | | | | | | | It's XEmacs, not Xemacs: change all the occurences. [ETAGS_REGEXPS]: Now is unconditionally defined. [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined. (Objc_suffixes): Suggest using --lang=c for full help. (C_entries): Initialise savetoken to 0 to shut up the compiler.
* *** empty log message ***Francesco Potortì2006-07-301-0/+11
|
* .Andreas Schwab2006-07-201-0/+5
|
* (fatal): Drop second parameter and treat firstAndreas Schwab2006-07-201-5/+5
| | | | parameter as a plain string. Callers changed.
* * ebrowse.c (usage, version): Mark as NO_RETURN.Dan Nicolaescu2006-07-183-1/+9
| | | | | | | | | | | | | | | | | * 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-112-55/+77
| | | | (in_word_set): In C, also tag #undef symbols.
* *** empty log message ***Eli Zaretskii2006-06-091-0/+9
|
* Remove unused file.Eli Zaretskii2006-06-091-185/+0
|
* ($(BLD)/yow.$(O)): Remove target.Eli Zaretskii2006-06-091-5/+0
|
* (UTILITIES): Remove yow${EXEEXT}.Eli Zaretskii2006-06-091-4/+1
| | | | yow${EXEEXT}: Remove target.
* Formatting fixes.Romain Francoise2006-06-051-1/+1
|
* (main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not ↵Masatake YAMATO2006-06-032-4/+23
| | | | seekable, not is failed in ftall.
* (ALL): Add sorted-doc and digest-doc.Eli Zaretskii2006-06-032-9/+25
| | | | | | | | ($(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-032-0/+16
| | | | (main) [DOS_NT]: Switch stdin to binary mode, if it is not a terminal device.
* (main): Initialize bp, to avoid compiler warningsEli Zaretskii2006-06-031-0/+2
|
* *** empty log message ***Eli Zaretskii2006-06-031-0/+5
|
* [DOS_NT] <top level>: Include fcntl.h and io.h.Eli Zaretskii2006-06-031-0/+12
| | | | | [WINDOWSNT] <top level>: Don't redeclare malloc. (main) [DOS_NT]: Switch stdin to binary mode, if it is not a terminal device.
* *** empty log message ***Eli Zaretskii2006-06-031-0/+6
|
* Delete traces of leditcfns.c.Eli Zaretskii2006-06-031-2/+0
|
* Remove the file.Eli Zaretskii2006-06-031-21/+0
|
* (pop_open, socket_connection, KPOP_SERVICE): AddedFrancesco Potortì2006-05-231-3/+6
| | | | comments explaining why the "kpop" service is never used.
* *** empty log message ***Francesco Potortì2006-05-231-0/+5
|
* *** empty log message ***Eli Zaretskii2006-05-131-0/+4
|
* (lisp1): Add fringe.elc.Eli Zaretskii2006-05-131-0/+1
|
* (Perl_functions): Free space allocated for var package.Francesco Potortì2006-05-022-2/+17
| | | | | (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-292-1/+3
|
* (yow): Free buf.Dan Nicolaescu2006-04-292-0/+3
|
* Delete c-indentation-style local variable.Dan Nicolaescu2006-04-292-1/+4
|
* (main): Check for negative value from `read'.Richard M. Stallman2006-04-292-0/+4
|
* (read_header): Give fatal error if input has no header.Richard M. Stallman2006-04-292-0/+6
|
* * lib-src/b2m.c (main): Don't include <limits.h>.Paul Eggert2006-04-043-22/+26
| | | | | | | | | | | | | | | | (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.
* changed `Emacs' to `GNU Emacs'Ramprasad B2006-03-311-1/+1
|
* * b2m.c: Include <limits.h>.Paul Eggert2006-03-273-2/+47
| | | | | | (TM_YEAR_IN_ASCTIME_RANGE): New macro. (main): Check for out-of-range time stamps. * fakemail.c: Likewise.
* #André Spiegel2006-03-181-0/+5
|
* Use "echo" as a default for $echo, otherwise we'll execute $DIFFAndré Spiegel2006-03-181-2/+2
| | | | twice, and once with the wrong options.
* Fix last entry.Eli Zaretskii2006-03-031-2/+2
|
* *** empty log message ***Eli Zaretskii2006-03-031-0/+5
|
* Add DESTDIR variable to install and uninstall targets to support stagedEli Zaretskii2006-03-031-22/+22
| | | | installations.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-0630-35/+38
|
* *** empty log message ***Eli Zaretskii2005-12-301-2/+4
|
* (lisp1): Add image.elc, international/fontset.elc, dnd.elc, mwheel.elc,Eli Zaretskii2005-12-301-0/+5
| | | | and tool-bar.elc.
* *** empty log message ***Eli Zaretskii2005-12-301-0/+10
|
* (MOUSE_SUPPORT): Add tooltip.elc.Eli Zaretskii2005-12-301-6/+15
| | | | | | | | (lisp1): Add rfn-eshadow.elc, international/utf-16.elc. Rearrange the list to be similar to $(shortlisp) in src/Makefile.in. (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc, emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc, jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in src/Makefile.in.