| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace digest-doc and sorted-doc C programs with Lisp commands. | Glenn Morris | 2010-10-22 | 1 | -296/+0 |
| | | | | | | | | | | | | | | | | | | | | * lib-src/digest-doc.c, lib-src/sorted-doc.c: Remove files. * lib-src/Makefile.in (UTILITIES): Remove digest-doc and sorted-doc. (digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules. * lib-src/makefile.w32-in (ALL): Remove digest-doc and sorted-doc. ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc) ($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules. (install): Don't install digest-doc.exe or sorted-doc.exe. * lisp/help-fns.el (doc-file-to-man, doc-file-to-info): New commands. * doc/lispref/help.texi (Documentation Basics): Remove mentions of digest-doc and sorted-doc. * INSTALL, nt/README, nt/README.W32: Do not mention digest-doc and sorted-doc. * etc/NEWS: Mention this change. | ||||
| * | Fix compilation warnings. | Dan Nicolaescu | 2010-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | * lib-src/test-distrib.c (cool_read): * lib-src/movemail.c (main, concat): * lib-src/make-docfile.c (scan_file, write_c_args): * emacsclient.c (get_server_config): Fix -Wconversion warning. (egetenv): Move conditional definition earlier. (progname): Use const. * lib-src/sorted-doc.c (xstrdup): Use const. | ||||
| * | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). | Jan D | 2010-08-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * b2m.c (concat, fatal): Use const char*. (main): Don't assign labels a string literal. * ebrowse.c (struct member): filename, def_filename is const. (struct sym): filename, sfilename is const. (struct kw): name is const. (add_sym, yyerror, token_string, insert_keyword, main): Use const char*. * emacsclient.c (message, sock_err_message, send_to_emacs) (quote_argument, set_local_socket) (start_daemon_and_retry_set_socket): Use const char*. * etags.c (compressor, language, Ada_suffix, Ada_help, Asm_suffixes) (Asm_help, default_C_suffixes, default_C_help, Cplusplus_suffixes) (Cplusplus_help, Cjava_suffixes, Cobol_suffixes, Cstar_suffixes) (Erlang_suffixes, Erlang_help, Forth_suffixes, Forth_help) (Fortran_suffixes, Fortran_help, HTML_suffixes, HTML_help) (Lisp_suffixes, Lisp_help, Lua_suffixes, Lua_help) (Makefile_filenames, Makefile_help, Objc_suffixes, Objc_help) (Pascal_suffixes, Pascal_help, Perl_suffixes, Perl_interpreters) (Perl_help, PHP_suffixes, PHP_help, plain_C_suffixses, PS_suffixes) (PS_help, Prolog_suffixes, Prolog_help, Python_suffixes, Python_help) (Scheme_suffixes, Scheme_help, TeX_suffixes, TeX_help, Texinfo_suffixes) (Texinfo_help, Yacc_suffixes, Yacc_help, auto_help, none_help) (no_lang_help, print_language_names) (get_language_from_interpreter, get_language_from_filename) (init, make_tag, struct C_stab_entry, write_classname, TEX_defenv) (TEX_decode_env, nocase_tail, savestr, savenstr, fatal, pfatal) (concat): Use const char*. * make-docfile.c (error, fatal, scan_c_file, scan_lisp_file): Use const char *. * movemail.c (fatal, error, concat): Use const char *. * pop.c (pop_multi_first, socket_connection, sendline): Use conat char*. * pop.h (pop_multi_first): Use const char *. (_ARGS): Remove. * sorted-doc.c (error, fatal, states): Use const char *. * update-game-score.c (get_prefix, write_scores, main): Use const char*. | ||||
| * | Fix invalid cast | Andreas Schwab | 2010-07-03 | 1 | -4/+4 |
| | | | | | | | * sorted-doc.c (cmpdoc): Fix signature. (qsort_compare): Delete. (main): Remove cast. | ||||
| * | Fix prototypes. | Juanma Barranquero | 2010-07-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | * src/cm.c (evalcost): Fix arg type. * src/cm.h (evalcost): Fix prototype. * src/lisp.h (memory_warnings): Fix prototype. * lib-src/ebrowse.c (match_qualified_namespace_alias): Pass sym* to find_namespace, not link*. * lib-src/emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET. * lib-src/sorted-doc.c (qsort_compare): New typedef. (main): Use it to cast cmpdoc. | ||||
| * | Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-02 | 1 | -12/+6 |
| | | | | | | | | | | | | | | | | * lib-src/update-game-score.c: Convert function definitions to standard C. * lib-src/sorted-doc.c: * lib-src/profile.c: * lib-src/pop.c: * lib-src/movemail.c: * lib-src/make-docfile.c: * lib-src/hexl.c: * lib-src/fakemail.c: * lib-src/etags.c: * lib-src/ebrowse.c: * lib-src/digest-doc.c: * lib-src/b2m.c: Likewise. | ||||
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | | |||||
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| | | |||||
| * | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-09 | 1 | -16/+15 |
| | | |||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
| * | (main): Initialize bp, to avoid compiler warnings | Eli Zaretskii | 2006-06-03 | 1 | -0/+2 |
| | | |||||
| * | [DOS_NT] <top level>: Include fcntl.h and io.h. | Eli Zaretskii | 2006-06-03 | 1 | -0/+12 |
| | | | | | | [WINDOWSNT] <top level>: Don't redeclare malloc. (main) [DOS_NT]: Switch stdin to binary mode, if it is not a terminal device. | ||||
| * | (main): Initialize docs to NULL. | Dan Nicolaescu | 2006-04-29 | 1 | -1/+1 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'. | Thien-Thi Nguyen | 2004-05-08 | 1 | -2/+4 |
| | | | | | | Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. | ||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | Remove unnecessary whitespaces. | Pavel Janík | 2001-12-30 | 1 | -4/+4 |
| | | |||||
| * | Include <config.h>. | Pavel Janík | 2001-12-29 | 1 | -1/+4 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2001-12-22 | 1 | -1/+1 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2001-12-22 | 1 | -3/+4 |
| | | |||||
| * | Add copyright notice. | Gerd Moellmann | 2001-02-20 | 1 | -5/+22 |
| | | |||||
| * | Include config.h. | Dave Love | 2000-09-25 | 1 | -2/+3 |
| | | | | | [!HAVE_STDLIB_H]: Declare malloc. | ||||
| * | (main): Split up tables. Modify the preamble | Dave Love | 1999-03-30 | 1 | -1/+8 |
| | | | | | somewhat. | ||||
| * | Undo previous change. | Karl Heuer | 1996-07-16 | 1 | -4/+0 |
| | | |||||
| * | [__GNU_LIBRARY__]: Use <string.h>. | Karl Heuer | 1996-07-15 | 1 | -0/+4 |
| | | |||||
| * | Eliminate some -Wall warnings. | David J. MacKenzie | 1994-10-12 | 1 | -12/+14 |
| | | |||||
| * | entered into RCS | Richard M. Stallman | 1992-09-20 | 1 | -0/+14 |
| | | |||||
| * | Initial revision | Jim Blandy | 1989-07-05 | 1 | -0/+238 |