summaryrefslogtreecommitdiff
path: root/remote-cstms.c
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright statements for 2014.Paul Smith2014-09-301-1/+1
|
* [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith2013-11-231-28/+30
| | | | | | | | | | * output.c (error, fatal, message): Take an extra argument specifying how many bytes are used by the formatted arguments. (get_buffer): New function that allocates the requested buffer size. Remove msc_vsnprintf(), vfmtconcat(), and fmtconcat() as unneeded. * makeint.h: Declare various helper macros for generating output. * *.c: Change all error(), fatal(), message() calls to use the macros, or pass the extra length argument directly.
* Enhance the output sync mode.Paul Smith2013-09-121-1/+0
| | | | | | | | | | | | | | | Create a new file, output.c, and collect functions that generate output there. We introduce a new global context specifying where output should go (to stdout or to a sync file), and the lowest level output generator chooses where to write output based on that context. This allows us to set the context globally, and all operations that write output (including functions like $(info ...) etc.) will use it. Removed the "--trace=dir" capability. It was too confusing. If you have directory tracking enabled then output sync will print the enter/leave message for each synchronized block. If you don't want that, disable directory tracking.
* 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