summaryrefslogtreecommitdiff
path: root/remote-cstms.c
Commit message (Collapse)AuthorAgeFilesLines
* Update source file format: remove TABs, use GNU coding styles.Paul Smith2013-05-171-26/+26
|
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+1
|
* Remove use of vfork().Paul Smith2013-05-061-2/+2
| | | | | | | GCC was giving us warnings, most OS's now just run fork() when you call vfork(), and looking at the standard definition of vfork() we are a long way from using it safely anyway: you're not allowed to even call a function before you exec().
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-201-1/+1
|
* Simplify copyrights using ranges of years.Paul Smith2012-03-051-3/+1
| | | | | The new GNU Maintainer's Manual allows the use of year ranges in certain situations; take advantage of this simplification.
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-4/+4
| | | | Fixes Savannah bug #34530.
* Update copyright notices.Paul Smith2012-01-161-3/+3
|
* Update copyrights for 2010.Paul Smith2010-07-131-2/+2
|
* Update copyright years.Paul Smith2009-10-251-2/+2
|
* * Update to GPLv3Paul Smith2007-07-041-4/+4
| | | | | * Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer)
* Another round of cleanups:Paul Smith2006-04-091-1/+1
| | | | | | | | - Add more warnings. - Rename variables that mask out-scope vars with the same name. - Remove all casts of return values from xmalloc, xrealloc, and alloca. - Remove casts of the first argument to xrealloc. - Convert all bcopy/bzero/bcmp invocations to use memcp/memmove/memset/memcmp.
* Last of the copyright updates.Paul Smith2006-02-111-1/+2
|
* Update copyright and license notices on all files.Paul Smith2006-02-111-13/+11
| | | | Added new file strcache.c to various non-UNIX makefiles and build scripts.
* Convert the source code to use ANSI C style function definitions andPaul Smith2002-10-141-18/+10
| | | | | | | | enable the automake ansi2knr capability. Right now this doesn't quite build using a K&R compiler because of a problem with the loadavg test program, but the rest of the code works. I'm asking the automake list about this problem.
* * Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith2000-06-071-3/+3
|
* * Add new debugging output level selection feature.Paul Smith1999-11-221-3/+5
|
* * Update FSF address info in copyright notices.Paul Smith1999-03-051-1/+2
| | | | | | | | * Update maintainers build process; remove GNUmakefile. Require builders to run automake && autoreconf by hand. * Use AC_SUBST_FILE to get the maintMakefile included, rather than GNU make's include directive, which conflicts with automake 1.4's include directive.
* Checkpoint changes. Bug fixes, mostly.Paul Smith1998-10-031-4/+4
|
* GNU make release 3.77.Paul Smith1998-07-301-18/+55
|
* entered into RCSRoland McGrath1994-03-231-2/+1
|
* Formerly remote-cstms.c.~8~Roland McGrath1993-02-041-23/+22
|
* Formerly remote-cstms.c.~7~Roland McGrath1993-02-011-14/+78
|
* Formerly remote-cstms.c.~6~Roland McGrath1992-07-051-1/+1
|
* Formerly remote-cstms.c.~5~Roland McGrath1992-06-111-1/+5
|
* Formerly remote-cstms.c.~4~Roland McGrath1992-03-101-12/+10
|
* Initial revisionRoland McGrath1992-03-091-0/+206