aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** 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.
* (update-game-score.o): Delete spurious final `\'.Richard M. Stallman2005-12-222-1/+5
|
* Cxref mode writes to stdout: do not close tagf,Francesco Potortì2005-11-182-8/+15
| | | | | | 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-202-0/+10
|
* (main): In append mode, sort the tags file after writing it.Francesco Potortì2005-09-272-7/+9
|
* Preliminary Forth support.Francesco Potortì2005-09-272-26/+87
| | | | | | | | (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 makefile (for MS-Windows).Eli Zaretskii2005-09-241-0/+1
|
* (add_sym): Compare namespace names instead of namespace objects. ThisChong Yidong2005-09-202-1/+10
| | | | | prevents the parser from incorrectly treating classes whose superclass is in another namespace.
* *** empty log message ***Richard M. Stallman2005-09-151-0/+6
|
* (update-game-score.o): New target.Richard M. Stallman2005-09-151-3/+5
| | | | | Compile and link this progranm separately. (update-game-score${EXEEXT}): Use GETOPTDEPTS.
* (../src/config.h): Don't overwrite. Print a message instead.Jason Rumney2005-09-112-3/+9
| | | | (../src/paths.h): Removed.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-0729-42/+56
|
* *** empty log message ***Juanma Barranquero2005-07-281-0/+8
|