summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (setup_yow): Use EXIT_FAILURE in case no separators found.Thien-Thi Nguyen2005-05-252-3/+8
| | | | (yow): Use EXIT_FAILURE in case of memory error.
* *** empty log message ***YAMAMOTO Mitsuharu2005-05-131-0/+5
|
* (DIRECTORY_SEP): New macro.YAMAMOTO Mitsuharu2005-05-131-1/+9
| | | | (IS_DIRECTORY_SEP): Use it.
* * emacsclient.c: Avoid expansion of getcwd when defined as a macro.Jan Djärv2005-03-182-1/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2005-03-041-0/+4
|
* Undo previous change.YAMAMOTO Mitsuharu2005-03-041-1/+1
|
* (fatal): Accept third parameter and pass down toAndreas Schwab2005-02-042-9/+18
| | | | | | | | | 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
|
* (popmail): Don't use Errmsg as format string.Richard M. Stallman2005-01-291-1/+1
|
* make-docfile.c: Include stdlib.h even if WINDOWSNT is notSteven Tamm2004-12-272-1/+6
| | | | defined.
* (main): Fix typo in conversion of LONG_OPTIONS fromAndreas Schwab2004-12-152-2/+7
| | | | preprocessing to compile time constant.
* Undo last change.Kim F. Storm2004-11-162-38/+4
|
* (scan_c_file): Set defvarperbufferflag to silence compiler.Kim F. Storm2004-11-091-0/+1
|
* (main): Init local var c to silence compiler.Kim F. Storm2004-11-091-2/+2
|
* (main, consider_token, C_entries): Add misc switchKim F. Storm2004-11-091-0/+38
| | | | default targets to silence compiler.
* *** 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-092-2/+28
| | | | resulting DOC file can be used on Unix/Mac also.
* (main): When relative file names are given as argument,Francesco Potortì2004-09-131-2/+4
| | | | | make them relative to the current working dir, rather than relative to the output tags file, if the latter is in /dev.
* *** empty log message ***Francesco Potortì2004-09-131-0/+6
|
* [EXIT_SUCCESS, EXIT_FAILURE]: Define them when noFrancesco Potortì2004-09-132-576/+654
| | | | | | | | | | | | | | | | | <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-082-19/+23
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-483Miles Bader2004-08-091-1/+1
| | | | | | | | | Build-in-place tweak Patches applied: * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224 Added sorted-doc to backup regex in lib-src.
* *** empty log message ***Richard M. Stallman2004-07-171-0/+4
|
* (quote_file_name): Pass COPY thru %s to output it.Richard M. Stallman2004-07-171-1/+1
|
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403Miles Bader2004-06-121-0/+3
| | | | Yet more build-in-place tweaking of arch tagging
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401Miles Bader2004-06-121-0/+7
| | | | More build-in-place tweaking of arch tagging
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-112-6/+1
| | | | | | | | | | | | | Tweak arch tagging to make build/install-in-place less annoying Previously, autoconf-created Makefiles and the like would contain duplicate taglines (unfortunately, autoconf doesn't seem to have a `strip in generated file' comment mechanism) leading to conflicts, and installing in place would create unknown directories and copies of source directories (leading to conflicts with the source directories). This changeset makes all autoconf-processed files use explicit id-tags and adds .arch-inventory entries to ignore installation directories.
* *** empty log message ***Juanma Barranquero2004-06-021-3/+8
|
* (obj): Add image.c.Juanma Barranquero2004-06-021-1/+1
|
* (main): For failing cases, exit with `EXIT_FAILURE'.Thien-Thi Nguyen2004-05-102-3/+7
|
* *** empty log message ***Jason Rumney2004-05-081-0/+5
|
* (lisp1, lisp2): Split lisp to avoid long command-lines.Jason Rumney2004-05-081-3/+6
|
* Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen2004-05-0813-69/+96
| | | | | 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-082-2/+6
|