2005-03-31 04:17:02 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update to version 1.0.1
Changes since last packaged version (1.00):
* "admin -h" now actually validates the SCCS file.
(SourceForge bug 1043880)
* Compilation fixes for GCC version 3.4. (SourceForge bug
1045768).
* Cross-references in the manual are now more consistently named.
(SourceForge bug 1043893).
* "sccs sccsdiff" now accepts "-r X" as well as
"-rX". (SourceForge bug 966010)
* "get -e" could experience an assertion failure where a file
is checked out for editing; this occurred when the "next"
revision has already been reserved by a previous "get -e".
This is now fixed. (SourceForge bug 865422).
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2004-10-18 20:49:39 by Stoned Elipot | Files touched by this commit (6) |
Log message:
Update to version 1.00.
Changes since last packaged version (0.16alpha.pl0):
* We now support the "x" (make g-file executable) and "y"
(limit keyword expansion) SCCS file flags. These are SCO
OpenServer and Sun Solaris 8 extensions, respectively.
* We now support "sccs diffs -u", which of course produces
unified-format diffs. We also support the "-n" and "-w"
options to diff and the -a, -B, -d, -H, -p, -q, -s, -v ad
-y options to GNU diff.
* Some changes to support compilation with Sun CC 5.5.
(this was a suggestion by Thomas Duffy, who has just taken on
responsibility for the RPM and SRPM packages of CSSC).
* The "sccs -d /xxx print foo.txt" command now works;
previously, use of the "-d" flag would have generated an
error.
* Better handling of the archive bit on Windows systems.
|
2004-06-12 04:50:46 by grant beattie | Files touched by this commit (3) |
Log message:
with the SunPro c++ compiler, char * cannot be initialised with a
const char * value.
add a cast and make a char * const to allow this to build.
|
2004-04-25 06:49:53 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-01-12 19:34:57 by Stoned Elipot | Files touched by this commit (3) |
Log message:
Update to version 0.16alpha-pl0.
While here remove info files from PLIST file.
New in CSSC-0.16alpha-pl0
* We now honour the user's choice of umask (which fixes
SourceForge bug number 581740).
* On Red Hat Linux, info files live in /usr/share/info not /usr/info.
* Recognise BitKeeper files and don't emit spurious warnings when
we see its extensions to the file format. However, we do emit
a warning if we see an "extension" we don't recognise.
Support for BitKeeper files is read-only.
* Fixed SourceForge bug 664900 by applying a fix from Darren Warner.
* "get -e" now takes notice of the value of the "d" flag.
|
2003-11-03 15:56:04 by Gavan Fantom | Files touched by this commit (1) |
Log message:
Set USE_GCC_SHLIB. Fixes linking on Solaris.
|
2003-08-09 12:44:51 by Stoned Elipot | Files touched by this commit (43) |
Log message:
USE_NEW_TEXINFO is unnecessary now.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-20 00:08:28 by Stoned Elipot | Files touched by this commit (4) |
Log message:
Convert to USE_NEW_TEXINFO (via the easy route by converting to buildlink2
too).
Remove now unnecessary patch.
|