summaryrefslogtreecommitdiff
path: root/lib-src/hexl.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Check return values of some library calls.Paul Eggert2011-01-221-2/+6
|
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Add NO_RETURN specifiers to functions in lib-src.Dan Nicolaescu2010-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | * lib-src/update-game-score.c (usage): Add NO_RETURN specifier. * lib-src/movemail.c (fatal, pfatal_with_name, pfatal_and_delete): * lib-src/make-docfile.c (fatal): * lib-src/hexl.c (usage): * lib-src/fakemail.c (fatal): * lib-src/etags.c (fatal, suggest_asking_for_help, pfatal): * lib-src/emacsclient.c (fatal): * lib-src/b2m.c (fatal): Likewise.
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-021-5/+3
|/ | | | | | | | | | | | | | | * 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 Morris2010-01-131-1/+1
|
* Comment (add Author:, based on authors.el).Glenn Morris2009-01-101-2/+5
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-8/+7
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-4/+5
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-1/+1
|
* (main): Init local var c to silence compiler.Kim F. Storm2004-11-091-2/+2
|
* Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen2004-05-081-2/+4
| | | | | Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Remove unnecessary whitespaces.Pavel Janík2001-12-301-1/+1
|
* Add copyright and permission notices.Richard M. Stallman1997-08-131-0/+19
|
* (main): Use %08lx instead of %08x in printf because theRichard M. Stallman1997-08-131-1/+1
| | | | variable named addresses is long.
* Include <config.h>, so DOS_NT is defined on MSDOS.Richard M. Stallman1996-08-231-0/+4
|
* [DOSNT]: Include fcntl.h.Richard M. Stallman1996-04-281-5/+8
| | | | | [WINDOWSNT]: Include io.h. (main) [MSDOS]: Change conditional to DOS_NT.
* (main) [DJGPP v2]: Don't change to binary for a tty.Richard M. Stallman1996-04-141-2/+4
|
* [DJGPP v2]: Include io.h.Richard M. Stallman1996-04-121-0/+11
| | | | (main) [DJGPP v2]: Switch standard streams to binary with setmode.
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-121-0/+4
|
* Don't declare exit or perror.Richard M. Stallman1994-06-231-5/+0
|
* [MSDOS]: Don't define proto type for exit.Richard M. Stallman1994-04-291-0/+3
|
* Fix up whitespace. Get rid of spurious casts to void.Richard M. Stallman1994-01-061-135/+156
| | | | | [MSDOS]: Use binary file modes for non-text side of pipe. (main): Use fclose to close file opened by fopen.
* entered into RCSJim Blandy1989-05-271-0/+219