Commit graph

8 commits

Author SHA1 Message Date
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
xtraeme
9ee219cf55 Update to 1.2.0.3 (1.2p3). PR pkg/23231, Scott Thompson.
Changelog:

- Fixed a bug that could occur when upgrading an interpreted object to
   precompiled.
- Fixed a bug with catch and atomic in precompiled code.
- Fixed a recursion problem for an error in runtime_error().
- Better fix for the callout pause problem.
2003-10-24 00:47:48 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
tron
b614a434b8 Readd CVS Id. 2002-09-11 20:13:58 +00:00
tron
a551da2efe Update "dgd" package to version 1.2.0.2. Changes since version 1.2.0.1:
- The editor could erroneously allocate dynamic instead of static memory.
- Fixed a spurious pause that would occur if the first callout started after a
  cold boot had a delay of 0.
- Fixed a problem with repeatedly adding and removing callouts in atomically
  executed code.
- Fixed several bugs in error handling.
- A better fix for errors in atomic code, in combination with multi-level
  catches.
- Fixed a config file reading bug that could occur if the server was restarted.
- Fixed a bug in saving/restoring variables in an object that privately
  inherited another.
- Prevent code from being erroneously optimized away in rare cases.
- Fixed a bug in handling some regular expressions.
- Fixed several bugs which could, in rare cases, cause nil to turn up in
  mappings that had been accessed from atomically executed code.
- Fixed a bug in error recovery for compiling switch statements.

The update was contributed by Scott Thompson in private e-mail.
2002-09-11 20:02:26 +00:00
heinz
a4c3534d73 Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Some
slight formatting changes.
2002-07-15 22:57:27 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
tron
2c40b182d1 Import new "dgd" package:
Object-oriented programmable server

This packages was provided by Scott Thompson in PR pkg/13765.
2002-04-25 15:19:37 +00:00