Changeset 1047
- Timestamp:
- Jul 7, 2008, 1:43:17 AM (17 years ago)
- Location:
- trunk/dll
- Files:
-
- 16 edited
-
grep2.c (modified) (1 diff)
-
literal.c (modified) (1 diff)
-
notify.c (modified) (1 diff)
-
pathutil.c (modified) (1 diff)
-
presparm.c (modified) (1 diff)
-
saveclip.c (modified) (1 diff)
-
seticon.c (modified) (1 diff)
-
shadow.c (modified) (1 diff)
-
subj.c (modified) (1 diff)
-
systemf.c (modified) (1 diff)
-
treecnr.c (modified) (1 diff)
-
update.c (modified) (1 diff)
-
viewer.c (modified) (1 diff)
-
viewinf.c (modified) (1 diff)
-
winlist.c (modified) (1 diff)
-
worker.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep2.c
r1039 r1047 20 20 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 21 21 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 22 29 Feb 08 GKY Use xfree where appropriate23 22 24 23 fixme for more excess locals to be gone -
trunk/dll/literal.c
r1039 r1047 17 17 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 18 18 16 Nov 07 SHL Report fixup buffer overflow 19 29 Feb 08 GKY Use xfree where appropriate20 19 15 Mar 08 KOMH Fix wildcard for multiple dots 21 20 -
trunk/dll/notify.c
r1039 r1047 14 14 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 15 15 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 16 29 Feb 08 GKY Use xfree where appropriate17 16 16 Apr 08 SHL Comment and clean up logic 18 17 -
trunk/dll/pathutil.c
r1039 r1047 11 11 05 Jan 08 SHL Move from arccnrs.c and comp.c to here 12 12 06 Jan 08 GKY Add NormalizeCmdLine to check program strings on entry 13 29 Feb 08 GKY Use xfree where appropriate14 13 29 Feb 08 GKY Changes to enable user settable command line length 15 14 -
trunk/dll/presparm.c
r1039 r1047 13 13 22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus 14 14 10 Dec 07 GKY Updated CopyPresParams to copy all parameter types 15 29 Feb 08 GKY Use xfree where appropriate16 15 17 16 ***********************************************************************/ -
trunk/dll/saveclip.c
r1039 r1047 22 22 30 Dec 07 GKY Use CommaFmtULL 23 23 16 Feb 08 GKY Changed _fsopen flag so a new list file can be created 24 29 Feb 08 GKY Use xfree where appropriate25 24 26 25 ***********************************************************************/ -
trunk/dll/seticon.c
r1039 r1047 12 12 22 Mar 06 GKY Use QWL_USER 13 13 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 14 29 Feb 08 GKY Use xfree where appropriate15 14 16 15 ***********************************************************************/ -
trunk/dll/shadow.c
r1039 r1047 13 13 06 Aug 07 SHL Use BldFullPathName 14 14 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 15 29 Feb 08 GKY Use xfree where appropriate16 15 17 16 ***********************************************************************/ -
trunk/dll/subj.c
r1039 r1047 14 14 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 15 15 01 Sep 07 GKY Use xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry 16 29 Feb 08 GKY Use xfree where appropriate17 16 18 17 ***********************************************************************/ -
trunk/dll/systemf.c
r1039 r1047 20 20 06 Aug 07 GKY Reduce DosSleep times (ticket 148) 21 21 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 22 29 Feb 08 GKY Use xfree where appropriate23 22 29 Feb 08 GKY Changes to enable user settable command line length 24 23 29 Feb 08 GKY Refactor global command line variables to notebook.h -
trunk/dll/treecnr.c
r1039 r1047 46 46 15 Feb 08 SHL Sync with settings menu rework 47 47 15 Feb 08 SHL Avoid death if tree container 0 width 48 29 Feb 08 GKY Use xfree where appropriate49 48 50 49 ***********************************************************************/ -
trunk/dll/update.c
r1039 r1047 19 19 02 Aug 07 SHL Sync with CNRITEM mods 20 20 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 21 29 Feb 08 GKY Use xfree where appropriate22 21 23 22 ***********************************************************************/ -
trunk/dll/viewer.c
r1039 r1047 16 16 26 Nov 07 GKY Allow open of readonly files in the editor with warning 17 17 26 Nov 07 GKY Add "Save as" menu option to editor 18 29 Feb 08 GKY Use xfree where appropriate19 18 29 Feb 08 GKY Refactor global command line variables to notebook.h 20 19 -
trunk/dll/viewinf.c
r1039 r1047 14 14 03 Nov 06 SHL Count thread usage 15 15 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 16 29 Feb 08 GKY Use xfree where appropriate17 16 18 17 ***********************************************************************/ -
trunk/dll/winlist.c
r1039 r1047 12 12 22 Jul 06 SHL Check more run time errors 13 13 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 14 29 Feb 08 GKY Use xfree where appropriate15 14 16 15 ***********************************************************************/ -
trunk/dll/worker.c
r1039 r1047 24 24 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 25 25 26 Aug 07 SHL Revert to DosSleep(0) 26 29 Feb 08 GKY Use xfree where appropriate27 26 29 Feb 08 GKY Refactor global command line variables to notebook.h 28 27 22 Jun 08 GKY Made Felete move to xworkplace trash can on systems that have it
Note:
See TracChangeset
for help on using the changeset viewer.
