aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-041-0/+4
|
* (fatal): Accept third parameter and pass down toAndreas Schwab2005-02-041-0/+10
| | | | | | | | | error. (pfatal_with_name): Pass error string as format parameter instead of as part of format string. (pfatal_and_delete): Likewise. (main): Adjust call to fatal. (xmalloc): Likewise.
* *** empty log message ***Richard M. Stallman2005-01-291-0/+4
|
* make-docfile.c: Include stdlib.h even if WINDOWSNT is notSteven Tamm2004-12-271-0/+5
| | | | defined.
* (main): Fix typo in conversion of LONG_OPTIONS fromAndreas Schwab2004-12-151-0/+5
| | | | preprocessing to compile time constant.
* Undo last change.Kim F. Storm2004-11-161-0/+4
|
* *** empty log message ***Kim F. Storm2004-11-091-0/+10
|
* * makefile.w32-in (obj): Add all files (X and Mac) to doc so theJan Djärv2004-11-091-0/+5
| | | | resulting DOC file can be used on Unix/Mac also.
* *** empty log message ***Francesco Potortì2004-09-131-0/+6
|
* [EXIT_SUCCESS, EXIT_FAILURE]: Define them when noFrancesco Potortì2004-09-131-0/+19
| | | | | | | | | | | | | | | | | <stdlib.h> is available. (enum sym_type): New st_C_attribute value for parsing gcc's __attribute__. Deleted st_C_typespec value. (gperf, in_word_set): Use gperf 3, options changed. Added the __attribute__ keyword, removed all the st_C_typespec keywords, changed attribute for Java to (C_JAVA & !C_PLPL). (inattribute): New global bool, part of the C state machine. (cblev): Identifier renamed to bracelev throughout. (consider_token, C_entries): Numerous changes for making the parser more robust and adding support for __attribute__. Tiny change by David A. Capello <dacap@users.sourceforge.net> - (Lua_suffixes, Lua_help, lang_names, Lua_functions): Support the Lua scripting language <http://www.lua.org>.
* [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE for ease of use.Francesco Potortì2004-09-081-0/+5
|
* *** empty log message ***Richard M. Stallman2004-07-171-0/+4
|
* *** empty log message ***Juanma Barranquero2004-06-021-3/+8
|
* (main): For failing cases, exit with `EXIT_FAILURE'.Thien-Thi Nguyen2004-05-101-0/+4
|
* *** empty log message ***Jason Rumney2004-05-081-0/+5
|
* Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen2004-05-081-0/+10
| | | | | Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
* (emacsclient${EXEEXT}): Use makefile var `version'.Thien-Thi Nguyen2004-05-081-0/+4
|
* (GOOD, BAD): Delete macros. Throughout,Thien-Thi Nguyen2004-05-071-0/+8
| | | | | replace w/ `EXIT_SUCCESS' and `EXIT_FAILURE', respectively. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
* Remove files related to old msvc only windows build.Jason Rumney2004-05-031-0/+4
|
* (IS_DIRECTORY_SEP): New macro.Eli Zaretskii2004-04-261-0/+6
| | | | | (put_filename): Remove unused variable len. Use IS_DIRECTORY_SEP instead of a literal '/'.
* *** empty log message ***Juanma Barranquero2004-04-231-0/+4
|
* * rcs2log (Help): Clarify wording of the usage message.Paul Eggert2004-04-181-0/+6
|
* (xmalloc): Fix return type.Stefan Monnier2004-04-071-0/+6
| | | | | (put_filename): New fun. (scan_file): Use it.
* Fix copyright.Stefan Monnier2004-03-221-6/+0
|
* Changes to support ChangeLog.10+.Juanma Barranquero2004-03-091-0/+12
| | | | | | | | | | | (main): Tidy up usage string. Fix "Use of uninitialized value" warning. Set version to 0.2. Parse the directory listing to get any ChangeLog.n file, not just 1..9. (header_match_p, entry_match_p, print_log, parse_changelog): Remove Perl prototypes (their purpose is to help the parser, which isn't needed here, not declare arguments). (parse_changelog): Make --reverse faster on big batches by not modifying the entries list.
* *** empty log message ***Juanma Barranquero2004-03-011-8/+12
|
* *** empty log message ***Stefan Monnier2004-02-161-1/+7
|
* rcs2log fixes for CVSROOT var.Paul Eggert2004-02-151-1/+13
| | | | Update Copyright dates to include 2004, and 1988 through 1992.