CVS log for epic4/include/log.h |
 |
Up to [Epic CVS] / epic4 / include
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Sun Apr 10 13:58:41 2005 UTC (3 years, 5 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_8,
epic4-2_6,
epic4-2_4,
epic4-2_10,
HEAD
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Fix problems with log refnum -1 in /set log_rewrite.
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Tue Jul 22 20:12:53 2003 UTC (5 years, 2 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_2,
epic4-2_1_3,
epic4-2_1_2,
epic4-2_1_1,
epic4-2_0,
epic4-1_2_9,
epic4-1_2_8,
epic4-1_2_7,
epic4-1_2_6,
epic4-1_2_5,
epic4-1_2_4,
epic4-1_2_3,
epic4-1_2_2,
epic4-1_2_1,
epic4-1_2_0,
epic4-1_1_17,
epic4-1_1_16,
epic4-1_1_15,
epic4-1_1_14,
epic4-1_1_13
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Teach all the /set callbacks to take a (const void *).
This fixes a bad-c problem with /set!
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Fri May 9 03:29:52 2003 UTC (5 years, 5 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_12
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
* Rename 'dcc()' to 'dcc_cmd()' so we can use dcc as variable
* Garbage collect unused 'irc_path' global variable.
* Add --with-warns to configure to do FreeBSD "WARNS" like compiler checks
* Many hundreds of changes to improve the "quality of code" in epic, including:
* - Treat all literal strings as (const char *) and fix const correctness.
* - Mopping up all remaining const-correctness issues
* - Do not "launder" a (const char *) to a (char *) in string searches, (ala
strchr) but rather return a ssize_t offset value.
* - Particular, MatchingBracket() returns (ssize_t) and not (char *).
* - Eliminate all "shadow" variable names by changing them to something else.
* - Eliminate most function decls that do not include a prototype list.
* - Add prototypes for all extern functions that are missing them.
* - Ensure most function pointers include a prototype list.
* - In term.c, most of those (char *)'s are really (const char *)'s.
* - Explicitly specify 'static' functions as 'static'
* - Ensure every function is either 'static' or has a prototype.
* - Eliminate (unsigned) < (signed) type comparisons.
* Hopefully you should not notice any changes!
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Tue Sep 3 10:43:11 2002 UTC (6 years, 1 month ago) by jnelson
Branch:
MAIN
CVS Tags:
wd-devel,
epic4-1_1_9,
epic4-1_1_8,
epic4-1_1_11,
epic4-1_1_10
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
Commit the current /LOG command and $logctl() function.
These are nowhere near ready to be used at this point. I am still working
on them, but this is good enough if you want to take a look at it.
THINGS WILL STILL CHANGE FROM THIS POINT. DON'T BE USING THIS YET.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Sun Sep 1 17:27:52 2002 UTC (6 years, 1 month ago) by jnelson
Branch:
MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
* Fix expand_twiddle to take a (const char *)
* Fix do_log and set_log_file to take a (const char *)
* Remove a couple of no-ops in keys.c
* Revamp do_log into two parts; open_log and close_log; do_log now a wrapper.
* Fix a string that had a newline in it. spotted by Szabolcs Rumi.
Revision
1.1.1.1
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Tue Dec 5 00:11:57 2000 UTC (7 years, 10 months ago) by jnelson
Branch:
epicsol
CVS Tags:
start,
epic4_0_9_15,
epic4-1_1_7,
epic4-1_1_6,
epic4-1_1_5,
epic4-1_1_4,
epic4-1_1_3,
epic4-1_1_1,
epic4-1_0_1,
epic4-1_0,
epic4-0_9_17,
epic4-0_9_16,
epic4-0_9_15,
epic4-0_9_14,
epic4-0_10_0,
epic-test-tag2,
epic-test-tag
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial import into CVS
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Tue Dec 5 00:11:57 2000 UTC (7 years, 10 months ago) by jnelson
Branch:
MAIN
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.