CVS log for epic4/source/tcl.c |
 |
Up to [Epic CVS] / epic4 / source
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Thu Jul 10 12:08:57 2003 UTC (4 years, 11 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_8,
epic4-2_6,
epic4-2_4,
epic4-2_2,
epic4-2_1_3,
epic4-2_1_2,
epic4-2_1_1,
epic4-2_10,
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,
HEAD
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Overhaul of malloced string handling functions:
* Convert m_[s]c3cat[_s]() to malloc_strcat_wordlist_c()
* Nix m_e3cat(), m_s3cat(), m_s3cat_s(), m_3cat()
* Nix m_ec3cat(), m_sc3cat(), m_sc3cat_s(), m_c3cat().
* Convert m_dupchar() to malloc_dupchar().
* Convert m_strndup() to malloc_strndup().
* Make malloc_strcpy/malloc_strcat/malloc_strcat2/malloc_strcat_wordlist macros
* Convert m_2dup() to malloc_strdup2().
* Convert m_3cat() to malloc_strcat2[_c]().
* Convert m_3dup() to malloc_strdup3().
* Convert m_ec3cat() to malloc_strcat2_c()
* Use strlcat_c() in $repeat() instead of strlcpy(). whee!
* Sanity check first arg to $regcomp(), to avoid crashes.
* Don't pass NULL to bsearch(), even if 'nmem' is 0 [$remws()]
* Nix the original malloc_strcpy (supplanted by malloc_strcpy_c)
* Comment out all the deprecated functions
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Wed Jul 9 20:10:25 2003 UTC (4 years, 11 months ago) by jnelson
Branch:
MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Convert m_strdup() to malloc_strdup().
Revision
1.2.2.2
/
(view)
- annotate
- [select for diffs]
, Wed Mar 26 09:20:46 2003 UTC (5 years, 3 months ago) by wd
Branch:
wd-devel
Changes since 1.2.2.1: +3 -3 lines
Diff to previous 1.2.2.1
to branch point 1.2
to next main 1.3
Okay. User input is now handled specially, and parse_command() will not
accept incomplete command names anymore.
-wd
Revision
1.2.2.1
/
(view)
- annotate
- [select for diffs]
, Thu Feb 27 15:29:57 2003 UTC (5 years, 4 months ago) by wd
Branch:
wd-devel
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Yikes. Merged to become consistent with HEAD. Sorry for all the commits,
I'll be quiet again soon. :)
-wd
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Thu Dec 26 19:01:09 2002 UTC (5 years, 6 months ago) by crazyed
Branch:
MAIN
CVS Tags:
epic4-1_1_12,
epic4-1_1_11
Branch point for:
wd-devel
Changes since 1.1: +4 -2 lines
Diff to previous 1.1
Minor formatting cleanup.
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Thu Dec 26 18:48:04 2002 UTC (5 years, 6 months ago) by crazyed
Branch:
MAIN
Added tcl.c which I forgot to do before, sorry. :-)
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.