~moo-imports/moo/match_object

« back to all changes in this revision

Viewing changes to ChangeLog.txt

  • Committer: nop
  • Date: 2000-01-09 22:20:14 UTC
  • Revision ID: cvs-1:nop-20000109222014-89ur89h9ge73awfo
Round one of doc cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2349
2349
   list value in some situations.  For example, `l[a] = b' will be
2350
2350
   significantly faster for long lists, if `l' is the only reference
2351
2351
   to the underlying list. This optimization can only be done outside
2352
 
   of error-handling expressions and `try' statements.
 
2352
   of error-handling expressions and `try' statements.  However, see
 
2353
   the notes in options.h on BYTECODE_REDUCE_REF for information on
 
2354
   the upgrade procedure currently required for safely enabling this.
2353
2355
-- The server now declares some C functions as "static inline".  If
2354
2356
   your C compiler doesn't understand this gcc-style declaration, add
2355
2357
   "-Dinline=" to CFLAGS in the Makefile.  (This gross requirement