aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* *** 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.
* *** empty log message ***Stephen Eglen2002-12-021-0/+5
|
* *** empty log message ***Richard M. Stallman2002-12-021-0/+4
|
* (main): Test HAVE_GETCWD rather than BSD_SYSTEM.Richard M. Stallman2002-12-021-6/+6
|
* *** empty log message ***Juanma Barranquero2002-11-191-2/+3
|
* Fixed a bug in makefile.w32-in that caused the documentation for the built ↵Ben Key2002-11-192-2/+6
| | | | in function play-sound-internal not to be included in /etc/DOC.
* *** empty log message ***Dave Love2002-11-181-0/+9
|
* Include unistd.h, string.h, stdlib.h,Dave Love2002-11-181-11/+17
| | | | | | | | fcntl.h, stdarg.h conditionally. (_GNU_SOURCE, __attribute__): Don't define. (optarg, optind, opterr): Declare. (lose, lose_syserr): Use NO_RETURN. (get_user_id): Use P_.
* *** empty log message ***Richard M. Stallman2002-11-181-0/+4
|
* (${archlibdir}): Ignore errors operating on $(gamedir).Richard M. Stallman2002-11-181-1/+1
|
* *** empty log message ***Dave Love2002-11-141-1/+5
|
* (pop_retr): Declare comment.Dave Love2002-11-141-0/+1
|
* (read_c_string_or_comment): Declare msgno.Dave Love2002-11-141-0/+1
|
* (YACC): Deleted.Dave Love2002-11-141-1/+0
|
* *** empty log message ***Dave Love2002-11-041-0/+4
|
* .Andreas Schwab2002-10-191-0/+5
|
* (${archlibdir}): Always create $(gamedir).Andreas Schwab2002-10-191-10/+12
| | | | (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR.
* (lisp): Load devanagari.el, not .elc.Juanma Barranquero2002-10-042-7/+11
|
* Remove reference to SERVER_HOME_DIR completely.Markus Rost2002-10-012-3/+5
|
* (main): Always use /tmp and non-qualified hostname.Stefan Monnier2002-09-272-11/+7
|
* Remove SYSV support.Stefan Monnier2002-09-272-198/+61
| | | | | | | | (eval, display): New vars. (longopts): Add --eval and --display. (decode_options): Add -e and -d processing. (print_help_and_exit): Update the usage string. (main): Add support for --eval and --display.
* *** empty log message ***Stefan Monnier2002-09-251-0/+4
|
* Remove emacsserver.Stefan Monnier2002-09-251-599/+0
|
* Remove references to emacsserver.Stefan Monnier2002-09-253-18/+1
|
* (quote_file_name): Quote \n.Stefan Monnier2002-09-182-10/+27
| | | | (main): Print a final \n when needed.
* etags bugFrancesco Potortì2002-09-031-0/+5
|
* (regex_tag_multiline, readline): Never pass pfnote aFrancesco Potortì2002-09-031-6/+11
| | | | string that cannot be freed.
* (consider_token, C_entries): Switch to C++ parsing whenFrancesco Potortì2002-08-301-46/+64
| | | | | | | | | | auto-detection is enabled and the `::' qualifier is met. (consider_token, C_entries): Several bugs corrected that tagged some declarations even though --declarations was not used. (plainc): New macro. (C_entries): Use it. (C_entries): Several cosmetic changes. (C_entries): Invalidate the token is some cases.
* Bug corrections in etags.Francesco Potortì2002-08-301-0/+11
|
* (C_entries): Corrected a problem with const C++ funcs.Francesco Potortì2002-08-291-44/+61
| | | | | | | (ignoreindent): Renamed from noindentypedefs. (cjava, cplpl): They are now macros instead of local vars. (HTML_labels): Tag ID= also.
* Etags bug.Francesco Potortì2002-08-291-0/+10
|
* *** empty log message ***Francesco Potortì2002-08-281-6/+6
|
* Two bug corrections and one new feature.Francesco Potortì2002-08-281-156/+345
| | | | | | | | | | | | | | | | | | | | | | | (Ada_funcs): Do not tag "use type Xxxx;". New language HTML. (make_tag): Never generate null length tag names. (linebuffer_init): Renamed from initbuffer. All callers changed. (pattern): Structure renamed to `regexp', member regex renamed to pattern. (node_st): Member pat renamed to regex. (pattern); New member force_explicit_name, for future use. Now always set to true, cannot be reset. (add_regex, regex_tag_multiline, readline): Use it. (main): Free some global structures. (fdesc): New member `written'. (readline, process_file): Initialise it. (put_entries): Set it. (main): Use it to create entries for files without tags. (total_size_of_entries): Do not count invalid tags. (etags_strcasecmp): Like BSD's, for compatibility. (strcaseeq): Make it into a macro.
* Two bug corrections and a new feature for etags.Francesco Potortì2002-08-281-0/+23
|
* *** empty log message ***Stefan Monnier2002-08-191-57/+53
|
* (scan_keyword_or_put_char, write_c_args): Use `fn'Stefan Monnier2002-08-191-2/+12
| | | | for the function name in the usage info.
* (P_): New macro. Use it for all prototypes.Colin Walters2002-08-011-46/+84
| | | | | | | (lose): Don't use varargs. (lose_syserr): New function. Change all functions to K&R style.
* *** empty log message ***Colin Walters2002-08-011-0/+8
|
* (localstatedir): New variable.Andreas Schwab2002-07-302-1/+8
|
* Fix regexp for finding return address fields.Pavel Janík2002-07-292-2/+6
|
* (scan_c_file): Warn about missing `usage' info.Stefan Monnier2002-07-152-0/+7
|
* .Andreas Schwab2002-07-081-3/+0
|
* *** empty log message ***Pavel Janík2002-07-051-0/+5
|
* Obey the rmail file and use the unpruned header properly.Pavel Janík2002-07-051-6/+11
|