Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (pop_open, socket_connection, KPOP_SERVICE): Added | Francesco Potortì | 2006-05-23 | 1 | -3/+6 |
| | | | | comments explaining why the "kpop" service is never used. | ||||
* | *** empty log message *** | Francesco Potortì | 2006-05-23 | 1 | -0/+5 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2006-05-13 | 1 | -0/+4 |
| | |||||
* | (lisp1): Add fringe.elc. | Eli Zaretskii | 2006-05-13 | 1 | -0/+1 |
| | |||||
* | (Perl_functions): Free space allocated for var package. | Francesco Potortì | 2006-05-02 | 2 | -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 Nicolaescu | 2006-04-29 | 2 | -1/+3 |
| | |||||
* | (yow): Free buf. | Dan Nicolaescu | 2006-04-29 | 2 | -0/+3 |
| | |||||
* | Delete c-indentation-style local variable. | Dan Nicolaescu | 2006-04-29 | 2 | -1/+4 |
| | |||||
* | (main): Check for negative value from `read'. | Richard M. Stallman | 2006-04-29 | 2 | -0/+4 |
| | |||||
* | (read_header): Give fatal error if input has no header. | Richard M. Stallman | 2006-04-29 | 2 | -0/+6 |
| | |||||
* | * lib-src/b2m.c (main): Don't include <limits.h>. | Paul Eggert | 2006-04-04 | 3 | -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 B | 2006-03-31 | 1 | -1/+1 |
| | |||||
* | * b2m.c: Include <limits.h>. | Paul Eggert | 2006-03-27 | 3 | -2/+47 |
| | | | | | | (TM_YEAR_IN_ASCTIME_RANGE): New macro. (main): Check for out-of-range time stamps. * fakemail.c: Likewise. | ||||
* | # | André Spiegel | 2006-03-18 | 1 | -0/+5 |
| | |||||
* | Use "echo" as a default for $echo, otherwise we'll execute $DIFF | André Spiegel | 2006-03-18 | 1 | -2/+2 |
| | | | | twice, and once with the wrong options. | ||||
* | Fix last entry. | Eli Zaretskii | 2006-03-03 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2006-03-03 | 1 | -0/+5 |
| | |||||
* | Add DESTDIR variable to install and uninstall targets to support staged | Eli Zaretskii | 2006-03-03 | 1 | -22/+22 |
| | | | | installations. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 30 | -35/+38 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2005-12-30 | 1 | -2/+4 |
| | |||||
* | (lisp1): Add image.elc, international/fontset.elc, dnd.elc, mwheel.elc, | Eli Zaretskii | 2005-12-30 | 1 | -0/+5 |
| | | | | and tool-bar.elc. | ||||
* | *** empty log message *** | Eli Zaretskii | 2005-12-30 | 1 | -0/+10 |
| | |||||
* | (MOUSE_SUPPORT): Add tooltip.elc. | Eli Zaretskii | 2005-12-30 | 1 | -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. Stallman | 2005-12-22 | 2 | -1/+5 |
| | |||||
* | Cxref mode writes to stdout: do not close tagf, | Francesco Potortì | 2005-11-18 | 2 | -8/+15 |
| | | | | | | which has never been opened. Specify in the --help that vgrind writes to stdout. | ||||
* | Fix date of last entry. | Eli Zaretskii | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | Undef STDIN if defined. (LynxOS defines it in system header files.) | Eli Zaretskii | 2005-10-20 | 2 | -0/+10 |
| | |||||
* | (main): In append mode, sort the tags file after writing it. | Francesco Potortì | 2005-09-27 | 2 | -7/+9 |
| | |||||
* | Preliminary Forth support. | Francesco Potortì | 2005-09-27 | 2 | -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 Zaretskii | 2005-09-24 | 1 | -0/+1 |
| | |||||
* | (add_sym): Compare namespace names instead of namespace objects. This | Chong Yidong | 2005-09-20 | 2 | -1/+10 |
| | | | | | prevents the parser from incorrectly treating classes whose superclass is in another namespace. | ||||
* | *** empty log message *** | Richard M. Stallman | 2005-09-15 | 1 | -0/+6 |
| | |||||
* | (update-game-score.o): New target. | Richard M. Stallman | 2005-09-15 | 1 | -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 Rumney | 2005-09-11 | 2 | -3/+9 |
| | | | | (../src/paths.h): Removed. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 29 | -42/+56 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2005-07-28 | 1 | -0/+8 |
| | |||||
* | Don't ignore fns-* and fns.el, which are no longer generated. Ignore also | Juanma Barranquero | 2005-07-28 | 1 | -3/+2 |
| | | | | ctags.c and getopt.h. | ||||
* | (clean): Delete getopt.h. | Juanma Barranquero | 2005-07-28 | 1 | -0/+3 |
| | | | | (getopt.h): New rule. | ||||
* | Add arch tagline | Miles Bader | 2005-07-27 | 5 | -0/+15 |
| | |||||
* | Merge gnulib getopt implementation into Emacs. | Paul Eggert | 2005-07-26 | 1 | -183/+0 |
| | |||||
* | Merge gnulib getopt implementation into Emacs. | Paul Eggert | 2005-07-26 | 7 | -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 Raeburn | 2005-07-13 | 2 | -17/+25 |
| | | | | | (sendline): Add the \r\n to the line in a temporary buffer, and write it all at once. | ||||
* | *** empty log message *** | Lute Kamstra | 2005-07-05 | 1 | -0/+4 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 28 | -52/+52 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-02 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Eli Zaretskii | 2005-06-13 | 1 | -0/+4 |
| | |||||
* | ($(DOC)): Fix last change. | Eli Zaretskii | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | ($(DOC)): Depend on make-docfile.exe, temacs.exe, | Eli Zaretskii | 2005-06-12 | 2 | -1/+7 |
| | | | | | and the preloaded *.elc files. This avoids unnecessary dumping and DOC rebuilding. | ||||
* | *** empty log message *** | Eli Zaretskii | 2005-06-04 | 1 | -0/+4 |
| | |||||
* | (fileno): Don't define if already defined. | Eli Zaretskii | 2005-06-04 | 1 | -0/+2 |
| |