summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* Don't ignore fns-* and fns.el, which are no longer generated. Ignore alsoJuanma Barranquero2005-07-281-3/+2
| | | | ctags.c and getopt.h.
* (clean): Delete getopt.h.Juanma Barranquero2005-07-281-0/+3
| | | | (getopt.h): New rule.
* Add arch taglineMiles Bader2005-07-275-0/+15
|
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-261-183/+0
|
* Merge gnulib getopt implementation into Emacs.Paul Eggert2005-07-267-401/+789
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-132-17/+25
| | | | | (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
|
* Update FSF's address.Lute Kamstra2005-07-0428-52/+52
|
* Update FSF's address.Lute Kamstra2005-07-021-3/+3
|
* *** empty log message ***Eli Zaretskii2005-06-131-0/+4
|
* ($(DOC)): Fix last change.Eli Zaretskii2005-06-131-1/+1
|
* ($(DOC)): Depend on make-docfile.exe, temacs.exe,Eli Zaretskii2005-06-122-1/+7
| | | | | and the preloaded *.elc files. This avoids unnecessary dumping and DOC rebuilding.
* *** empty log message ***Eli Zaretskii2005-06-041-0/+4
|
* (fileno): Don't define if already defined.Eli Zaretskii2005-06-041-0/+2
|