aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Richard M. Stallman2003-09-121-0/+10
|
* (socket_name): New variable.Richard M. Stallman2003-09-121-2/+23
| | | | | | | (longopts, decode_options, print_help_and_exit): Handle --socket-name argument. (main): Use socket_name.
* (consider_token): check C++ `operator' only when the token len is longFrancesco Potortì2003-09-031-1/+1
| | | | enough.
* *** empty log message ***Francesco Potortì2003-09-031-0/+5
|
* Correct some arch-tag: comment typesMiles Bader2003-09-021-1/+2
|
* Add arch taglinesMiles Bader2003-09-0133-3/+88
|
* Remove obsolete references to alloca.Dave Love2003-08-202-12/+7
|
* *** empty log message ***Juanma Barranquero2003-07-281-0/+6
|
* (main): Fix having macros in a printf statement.Juanma Barranquero2003-07-282-8/+7
|
* (suggest_asking_for_help): Fix having macros in a printf statement.Juanma Barranquero2003-07-281-5/+5
|
* *** 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.
* Don't include string.h.Dave Love2003-01-212-3/+7
|
* (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
|
* ($(DOC)): Use -o and -a options to make-docfile,Andrew Innes2002-12-182-2/+7
| | | | because GNU make doesn't append when using >> redirection.
* Make sure every message ends with a blank line, because some mbox parsersPavel Janík2002-12-112-3/+9
| | | | 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.