summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Juanma Barranquero2003-05-311-0/+5
|
* (lisp): Fix references to byte-run.el, float-sup.el and map-ynp.el, which areJuanma Barranquero2003-05-311-4/+4
| | | | now in emacs-lisp.
* Remove Philippe Waroquier's email address, at his request.Francesco Potortì2003-05-271-1/+1
|
* *** empty log message ***Dave Love2003-05-221-0/+5
|
* (difftime) [!HAVE_DIFFTIME]: Define.Dave Love2003-05-221-1/+23
| | | | (strerror) [!HAVE_STRERROR && !WINDOWSNT]: New.
* *** empty log message ***Dave Love2003-05-201-0/+6
|
* Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.Dave Love2003-05-201-1/+2
|
* Define LIBS_MAIL=-llockfile.Dave Love2003-05-201-0/+4
|
* *** empty log message ***Juanma Barranquero2003-04-271-0/+5
|
* (read_scores): Fix corruption of score files.Juanma Barranquero2003-04-271-1/+3
|
* *** empty log message ***Stefan Monnier2003-04-121-22/+25
|
* (main): Use new safe location for socket.Stefan Monnier2003-04-121-1/+1
|
* *** empty log message ***Juanma Barranquero2003-03-121-1/+9
|
* (print_help_and_exit): Print to stdout. Exit successfully. Added some blankJuanma Barranquero2003-03-121-8/+19
| | | | | | | lines for readability. (decode_options): Don't call print_help_and_exit in default case. Print version information to stdout. (main): Don't call print_help_and_exit.
* *** empty log message ***Richard M. Stallman2003-02-151-0/+9
|
* Cast result of malloc and realloc.Richard M. Stallman2003-02-151-6/+2
| | | | | Don't include stdlib.h, becuase config.h does. (malloc, realloc): Declarations deleted.
* (yow): Cast result of malloc and realloc.Richard M. Stallman2003-02-151-6/+2
| | | | (malloc, realloc): Declarations deleted.
* *** empty log message ***Juanma Barranquero2003-02-111-0/+4
|
* (lisp): Add malayalam.el and tamil.el.Juanma Barranquero2003-02-111-0/+2
|
* *** empty log message ***Andreas Schwab2003-02-081-0/+5
|
* (EXEEXT): Define to @EXEEXT@ and use this variableAndreas Schwab2003-02-081-29/+31
| | | | instead of the substitution.
* Trailing whitespace deleted.Juanma Barranquero2003-02-0413-52/+52
|
* *** empty log message ***Richard M. Stallman2003-02-041-0/+6
|
* (push_score, read_scores): Cast values of malloc and realloc.Richard M. Stallman2003-02-041-6/+8
| | | | (main, lock_file): Avoid assignment inside if.
* Whitespace changes.Richard M. Stallman2003-02-041-125/+122
|
* Cygwin support patch.Juanma Barranquero2003-01-312-42/+46
|
* Corrected misc. typos like missing : after file names,Kim F. Storm2003-01-281-9/+10
| | | | missing file name suffixes, and * used as prefix on non-file entries.
* *** empty log message ***Dave Love2003-01-211-0/+7
|
* Don't include string.h.Dave Love2003-01-211-3/+0
|
* (Cplusplus_help, Cjava_help): Re-phrase and avoidDave Love2003-01-211-3/+3
| | | | column-0 `('.
* Fix last change (use C syntax for comments).Markus Rost2003-01-211-2/+2
|
* *** empty log message ***Richard M. Stallman2003-01-201-0/+5
|
* (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.Richard M. Stallman2003-01-201-1/+15
|
* changes for language-sepcific help by PhilippeFrancesco Potortì2003-01-091-49/+204
| | | | | | | | | | | | | | | | | | | | | | | | Waroquiers <wao@cfmu.eurocontrol.be> applied and largely revised. (language): Added a `help' member. (arg_type): Added an at_end constant. (plain_C_suffixes): Some items removed from here. (Objc_suffixes): And put here (new constant). (Ada_help, Asm_help, default_C_help, Cplusplus_help, Cjava_help, Cobol_help, Erlang_help, Fortran_help, HTML_help, Lisp_help, Makefile_help, Objc_help, Pascal_help, Perl_help, PHP_help, PS_help, Prolog_help, Python_help, Scheme_help, TeX_help, Texinfo_help, Yacc_help, auto_help, none-help, no_lang_help): New constants. (PS_functions, PS_suffixes): Renamed from Postscript_functions and Postscript_suffixes. (lang_names): Adapted to the new language structure, new language "objc" added (was previously merged with "proc"). (print_language_names): Some help strings corrected. (print_help): Now takes an argument and possibly prints lang help. (print_help): Some help strings corrected. Documents language-specific help. (main): Only print help after having parsed all the arguments.
* (__P): Renamed from _P to avoid problems on Cygwin.Kim F. Storm2003-01-051-11/+11
| | | | All uses changed.
* *** empty log message ***Kim F. Storm2003-01-051-0/+5
|
* *** empty log message ***Andrew Innes2002-12-181-0/+5
|
* ($(DOC)): Use -o and -a options to make-docfile,Andrew Innes2002-12-181-2/+2
| | | | because GNU make doesn't append when using >> redirection.
* *** empty log message ***Pavel Janík2002-12-111-0/+5
|
* Make sure every message ends with a blank line, because some mbox parsersPavel Janík2002-12-111-3/+4
| | | | require a blank line before "From " lines.
* *** empty log message ***Richard M. Stallman2002-12-091-0/+5
|
* Do include libintl.h if HAVE_LIBINTL_H.Richard M. Stallman2002-12-091-3/+7
| | | | (_): Test only HAVE_LIBINTL_H to decide what to do.
* Fixed the build error in getopt.c that occured on systems lacking a gettext ↵Ben Key2002-12-071-7/+13
| | | | implementation. Thanks go to Andrew Choi [akochoi@shaw.ca] for this one.
* *** empty log message ***Richard M. Stallman2002-12-051-0/+4
|
* Comment out include of libintl.h or gettext.h.Richard M. Stallman2002-12-051-0/+2
|
* *** empty log message ***Richard M. Stallman2002-12-041-0/+27
|
* Conditionally find getopt.h.Richard M. Stallman2002-12-041-11/+19
| | | | [_LIBC] (getopt_long, getopt_long_only): Do libc_hidden_def.
* (const): Move outside !HAVE_CONFIG_H conditional.Richard M. Stallman2002-12-041-93/+317
| | | | | | | | | | | | | | | | | (libintl.h): Include this if _LIBC. Otherwise include gettext.h. (wchar.h): Include, maybe. (attribute_hidden): Define if not defind. (__getopt_initialized): Use attribute_hidden. (__libc_argc, __libc_argv): Renamed from original_argc, etc. (__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len): Conditional on USE_NONOPTION_FLAGS. (SWAP_FLAGS): New definitions. (exchange): Test USE_NONOPTION_FLAGS. (_getopt_initialize): Test USE_NONOPTION_FLAGS. (_getopt_internal): Error if argc < 1. New local var print_errors. Improve test for ambiguous long option. Add LIBIO support for error message output. (NONOPTION_P): Test USE_NONOPTION_FLAGS.
* Maybe include ctype.h.Richard M. Stallman2002-12-041-17/+28
| | | | | Treat __cplusplus like __STDC__. (decls): Use __ in arg names.
* (main): Tell user how to start server within Emacs if socket could notStephen Eglen2002-12-021-1/+2
| | | | be found.