Skip to content

Commit

Permalink
Other version of the source
Browse files Browse the repository at this point in the history
  • Loading branch information
martiniNS committed Jan 9, 2015
1 parent cc40566 commit 1f319dd
Show file tree
Hide file tree
Showing 4 changed files with 1,265 additions and 0 deletions.
35 changes: 35 additions & 0 deletions source3/HISTORY.MGR
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
0.06.000 Apr 29 2002

--- Bug fixes:
o Better parameter checking.
o Fixed incorrect names for stringtables and messagetables.
--- Misc. changes:
o More user-friendly reports (summary lines and such).
o An empty resource file is now considered valid.

0.05.000 Apr 23 2002

--- Bug fixes:
o Removing all resources from a file now works without complaining.
(If the system-provided RC version does not support removing all
resources, a dummy string resource is added.)

0.04.000 Feb 17 1996

--- Bug fixes:
o Correct handling of '/' in filenames.

0.03.000 Feb 16 1996

--- Bug fixes:
o Minor fixes in the help message.

0.02.000 Jun 19 1995

--- Bug fixes:
o Drive name can be specified in filename.

0.01.006 May 31 1995

--- First release.

96 changes: 96 additions & 0 deletions source3/HISTORY.RDC
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
2.15.001 Apr 29 2002

--- Bug fixes:
o Better parameters checking.
o RCDATA now inlined to handle old broken RC versions.
o Modified string output to handle new broken RC versions.
o String IDs now handled in RES files.
o Strip trailing '00'x in DLGINCLUDE filename.

2.14.000 Apr 26 2002

--- Bug fixes:
o Fixed MESSAGETABLE dump broken in 2.13.000.
o Filename quoted in RESOURCE statements.

2.13.000 Apr 24 2002

--- Bug fixes:
o -K was badly broken, fixed.
o Always produce explicit CODEPAGE statements.
o Delete already existing files instead of overwriting them.

2.12.000 Apr 23 2002

--- Bug fixes:
o If RC2 file already exists, overwrite it instead of appending
to it.

2.11.000 Apr 22 2002

--- Bug fixes:
o Trailing spaces in string resources were not preserved. Thanks
Veit Kannegiester for pointing it.
--- New features:
o Optionally use "clearer" names for extracted resources (ID is
kept in filename).
o .RES extraction is now much faster (using Veit Kannegiester's
replacement for RDCPP).

2.10.000 Dec 21 2000

--- New features:
o Call Paul Ratcliffe's RES2DLG if found in the PATH when appropriate.

2.09.000 Feb 22 2000

--- Bug fixes:
o Type 1 menus (i.e., those with PRESPARAMS) now correctly handled.
(Bug reported by Christian Langanke.)

2.08.000 Feb 17 1996

--- Bug fixes:
o Correct handling of '/' in filenames.

2.07.000 Feb 16 1996

--- Bug fixes:
o Fixed problem when module name has more than 8 characters.

2.06.000 May 31 1995

--- New features:
o Adding exit codes (0 when OK, 1 when error and 2 when no resources).

2.05.002 May 28 1995

--- Bug fixes:
o Font directory emitted as RESOURCE.
o Display info emitted as RESOURCE.
o Control characters are emitted as '\xnn'.

2.05.001 May 27 1995

--- Bug fixes:
o closing infile before COPYing it.
--- New features:
o Nothing done when there's no resource.

2.04.002 May 26 1995

--- Bug fixes:
o Special characters in strings are correctly emitted.
o Accelerators were incorrectly emitted.
--- New commands:
o Added a -l option (list content).
--- New features:
o Added packed (Iterated and Iterated II) resources support.
o Added direct EXE to RC translation.
o Improved error messages.
o Temporary files no longer overwrite pre-existing files.

2.00.007 Apr 03 1994

--- First release to the unsuspecting public.
Included in EDM 2_6 (real code in 2_7).
Loading

0 comments on commit 1f319dd

Please sign in to comment.