[see] / see / releases / see-3.0 / NEWS Repository:
ViewVC logotype

Log of /see/releases/see-3.0/NEWS

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1374 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 10 10:19:45 2008 UTC (2 years, 6 months ago) by d
File length: 9754 byte(s)
Diff to previous 1371
Copy SEE's trunk to releases/see-3.0

Revision 1371 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 10 04:59:09 2008 UTC (2 years, 6 months ago) by d
Original Path: see/trunk/NEWS
File length: 9754 byte(s)
Diff to previous 1366
Allow constant folding independent of bytecode/AST eval.
Added --enable-ast-eval (default no). The AST is still generated during
parse but constant folding is now implemented using code execution, instead
of node evaluation. This removed redundant evaluation code.

Revision 1366 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 9 10:26:02 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9687 byte(s)
Diff to previous 1343
Bug 118: Programs with only function decls had no effect in bytecode mode

Revision 1343 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 5 15:19:42 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9614 byte(s)
Diff to previous 1342
add missing bug numbers to some NEWS items

Revision 1342 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 5 15:10:29 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9577 byte(s)
Diff to previous 1341
Bug 88: Add host_data field to SEE_object

Revision 1341 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 5 14:58:12 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9533 byte(s)
Diff to previous 1328
Reorder the 2.1 list to be easier to read

Revision 1328 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 20 12:40:14 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9545 byte(s)
Diff to previous 1322
[Get], [Put], [CanPut], [HasProperty] and [Delete] assume intern'd properties.

This is an important API change for users. You should review all places
where you use the SEE_OBJECT_GET/PUT/CANPUT/etc macros and wrap the property
argument with SEE_intern(interp, ...) as required.

The SEE_OBJECT_GET/PUT/etc macros now contain an assertion check to detect
when non-internalised properties have been passed. This should make it pretty
easy to find where non-interned properties are being used.
The assertion check is disabled by defining NDEBUG, or when --disable-debug 
is provided during configure.

Revision 1322 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 20 08:52:52 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9466 byte(s)
Diff to previous 1316
Add SEE_string_fix() function to create interpreter-less strings
that are safe for sharing between interpreters.

Revision 1316 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 13 02:21:42 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9317 byte(s)
Diff to previous 1315
Bug 102: fix traceback chains.

This commit reworks how the try/catch/finally handlers work, and adds
a test suite for try-finally-catch under different circumstances.

Also, the general test framework was overhauled so that specific
exceptions can be tested for.
And new macro, SEE_RETHROW() is introduced.

Revision 1315 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 12 04:36:20 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9261 byte(s)
Diff to previous 1314
Bug 112: /)/ and other disallowed regular expressions are now detected

Revision 1314 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 12 00:28:09 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9216 byte(s)
Diff to previous 1313
Bug 110: /[]/ is a legal regular expression, and should not throw SyntaxError

Revision 1313 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 12 00:21:04 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9147 byte(s)
Diff to previous 1312
Bug 109: detect illegal unicode escapes within identifiers (s7.6:3)

Revision 1312 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 11 23:57:44 2008 UTC (2 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 9086 byte(s)
Diff to previous 1309
Bug 108: Number.toString(undefined) should behave like Number.toString()

Revision 1309 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 9 11:50:18 2008 UTC (2 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 9048 byte(s)
Diff to previous 1306
Generate a pkg-config output (lib/pkgconfig/see.pc) and implement --with-pcre

Revision 1306 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 9 04:56:46 2008 UTC (2 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 9015 byte(s)
Diff to previous 1299
Bug 105: make SEE_intern() work between interpreters

Strings resulting from foreign interpreters can now be internalized
sensibly in other interpreters.

Revision 1299 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 9 00:27:16 2008 UTC (2 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 8814 byte(s)
Diff to previous 1298
Bug 104: fix leaked finalized objects
Thanks to Hermecz Vajk

Revision 1298 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 9 00:20:43 2008 UTC (2 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 8774 byte(s)
Diff to previous 1295
Bug 106: fix prematurely reclaimed objects.
Also, improve the bounds checking on extremely large allocations

Revision 1295 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 23 05:00:51 2007 UTC (2 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 8729 byte(s)
Diff to previous 1292
Bug 101: allow escaped LineTerminators in string literals for compat
Applies to JS1.1 compat mode (and above)

Revision 1292 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 12:18:45 2007 UTC (2 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 8658 byte(s)
Diff to previous 1291
Bug 97: recognise CRLF line endings for line number reporting
Spotted by Hermecz Vajk

Revision 1291 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 12:05:49 2007 UTC (2 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 8594 byte(s)
Diff to previous 1290
Bug 96: newlines were not properly recognised with --disable-full-unicode
Thanks,	Hermecz Vajk

Revision 1290 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 11:00:18 2007 UTC (2 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 8518 byte(s)
Diff to previous 1288
Bug 94: string concatenation can end up with nuls
The moral of the story is: Don't free; leave it to the GC!

Revision 1288 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 12 13:54:22 2007 UTC (2 years, 9 months ago) by d
Original Path: see/trunk/NEWS
File length: 8425 byte(s)
Diff to previous 1287
bug 93: seg fault when String.prototype.charAt/charCodeAt() called with no args
Thanks, Alexander Botero-Lowry

Revision 1287 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 7 12:10:05 2007 UTC (2 years, 10 months ago) by d
Original Path: see/trunk/NEWS
File length: 8359 byte(s)
Diff to previous 1284
Bug 92: add SEE_string_append_unicode()
(Inspired by Hermecz Vajk)

Revision 1284 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 1 08:36:42 2007 UTC (2 years, 10 months ago) by d
Original Path: see/trunk/NEWS
File length: 8294 byte(s)
Diff to previous 1283
Bug 90: documnet that apps must call GC_INIT() when using Boehm GC

Revision 1283 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 1 07:43:45 2007 UTC (2 years, 10 months ago) by d
Original Path: see/trunk/NEWS
File length: 8217 byte(s)
Diff to previous 1281
bug 91: multiple function declarations inside conditional

Revision 1281 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 13 15:09:54 2007 UTC (2 years, 11 months ago) by d
Original Path: see/trunk/NEWS
File length: 8155 byte(s)
Diff to previous 1276
bug 87: add new functions SEE_error_throw_va() and SEE_error_throw_sys_va()

Revision 1276 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 15 10:20:06 2007 UTC (3 years ago) by d
Original Path: see/trunk/NEWS
File length: 8087 byte(s)
Diff to previous 1274
bug 82: make instanceof operator compatible with Javascript 1.4 and JScript

Revision 1274 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 15 06:44:05 2007 UTC (3 years ago) by d
Original Path: see/trunk/NEWS
File length: 8032 byte(s)
Diff to previous 1272
bug 85: Add SEE_system.object_construct hook

Revision 1272 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 15 06:33:23 2007 UTC (3 years ago) by d
Original Path: see/trunk/NEWS
File length: 7968 byte(s)
Diff to previous 1270
bug 84: EMA 262-3 errata compatibility

This commit adds a new compat flag (SEE_COMPAT_ERRATA) that provides
compatibiliy with the errata published at 
    http://www.mozilla.org/js/language/E262-3-errata.html

The only functional difference arises from this item:

    15.5.4.10
      Change the last sentence of the second bullet from:
        The value returned is an array with the length property set
        to n and properties 0 through nâ1 corresponding to the first
        elements of the results of all matching invocations of
        RegExp.prototype.exec.
      to:
        If n=0, then the value returned is null; otherwise, the
        value returned is an array with the length property set to
        n and properties 0 through nâ1 corresponding to the first
        elements of the results of all matching invocations of
        RegExp.prototype.exec.

Revision 1270 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 8 12:42:58 2007 UTC (3 years, 1 month ago) by d
Original Path: see/trunk/NEWS
File length: 7909 byte(s)
Diff to previous 1268
bug 81: SEE_parse_args_va() and SEE_call_args_va()

Also added tests for bug 81 and fixed a couple of minor implementation bugs
that were revealed.
Improved libsee test driver. It's now verbose by default.

Revision 1268 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 2 14:05:47 2007 UTC (3 years, 1 month ago) by d
Original Path: see/trunk/NEWS
File length: 7776 byte(s)
Diff to previous 1267
Remove stuff that shouldn't have been committed in revision 1267

Revision 1267 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 2 14:03:51 2007 UTC (3 years, 1 month ago) by d
Original Path: see/trunk/NEWS
File length: 7837 byte(s)
Diff to previous 1265
remove unused bits from libsee/test/Makefile.am

Revision 1265 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 24 14:33:04 2007 UTC (3 years, 1 month ago) by d
Original Path: see/trunk/NEWS
File length: 7776 byte(s)
Diff to previous 1264
bug 73: Add SEE_eval()

Revision 1264 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 4 21:38:30 2007 UTC (3 years, 2 months ago) by d
Original Path: see/trunk/NEWS
File length: 7700 byte(s)
Diff to previous 1259
bug 79: treat '-->' at start of line like '//' in SGMLCOM compatibility mode

Revision 1259 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 27 10:45:34 2007 UTC (3 years, 2 months ago) by d
Original Path: see/trunk/NEWS
File length: 7626 byte(s)
Diff to previous 1252
bug 78: fix crash when pretty-printing a switch with adjacent case clauses

Revision 1252 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 22 11:42:46 2007 UTC (3 years, 2 months ago) by d
Original Path: see/trunk/NEWS
File length: 7549 byte(s)
Diff to previous 1246
Added -e and -i options to see-shell, and tidied up documentation.

The -e <string> option executes the string as a program.
The -i option enters interactive mode, and -f "-" no longer does. (Useful
for pipes).

Revision 1246 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 18 05:15:06 2007 UTC (3 years, 2 months ago) by d
Original Path: see/trunk/NEWS
File length: 7406 byte(s)
Diff to previous 1243
Deprecate SEE_no_enumerator(). Use NULL instead.

Revision 1243 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 12 13:22:58 2007 UTC (3 years, 2 months ago) by d
Original Path: see/trunk/NEWS
File length: 7355 byte(s)
Diff to previous 1240
bug 75: check that an object has an enumerator before enumerating it

Revision 1240 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 12 13:14:04 2007 UTC (3 years, 2 months ago) by d
Original Path: see/trunk/NEWS
File length: 7288 byte(s)
Diff to previous 1238
bug 77: move wrappers around isnan/finite/copysign into a compilation unit.
Also, deprecate SEE_NUMBER_ISINF.
This is to better support platforms that don't have these math functions
in an obvious place, and to avoid a further header file expansion.

Revision 1238 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 03:12:26 2007 UTC (3 years, 3 months ago) by d
Original Path: see/trunk/NEWS
File length: 7224 byte(s)
Diff to previous 1222
bug 74: don't use snprintf for portability; thanks TP

Revision 1222 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 28 11:00:52 2007 UTC (3 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 7093 byte(s)
Diff to previous 1220
bug 70: SEE_context_eval() should never return a reference value
(spotted by Dan Kennedy)

Revision 1220 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 25 13:14:19 2007 UTC (3 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 7035 byte(s)
Diff to previous 1212
bug 69: fix segfaults when functions assume 'this' context, but thisobj is NULL

Revision 1212 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 22 13:59:35 2007 UTC (3 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 6960 byte(s)
Diff to previous 1208
bug 47: Add Object.prototype.eval() for JS1.1 and JS1.2 compatibility

Revision 1208 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 21 01:53:23 2007 UTC (3 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 6898 byte(s)
Diff to previous 1204
add regression test for bug 68

Revision 1204 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 17 13:49:16 2007 UTC (3 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 6848 byte(s)
Diff to previous 1198
update NEWS

Revision 1198 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 17 13:17:39 2007 UTC (3 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 6735 byte(s)
Diff to previous 1196
bug 16: use floor() instead of rint()
Also, replace a bunch of math.h function calls with their NUMBER_xx
equivalents.

Revision 1196 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 17 10:07:53 2007 UTC (3 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 6695 byte(s)
Diff to previous 1195
bug 66: fix line number tracking when using '//' or '<!--'

Revision 1195 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 15 01:13:43 2007 UTC (3 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 6636 byte(s)
Diff to previous 1193
update NEWS

Revision 1193 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 10 12:35:00 2007 UTC (3 years, 5 months ago) by d
Original Path: see/trunk/NEWS
File length: 6589 byte(s)
Diff to previous 1181
Add SEE_grow_to() for limited, growable memory regions.
Make internal simple strings use SEE_grow_to().

Revision 1181 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 19 10:24:05 2007 UTC (3 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 6446 byte(s)
Diff to previous 1178
bug 62: fix calls to SEE_OBJECT_DELETE that don't intern the property.
Also, correct documentation to indicate that the property argument is
expected to be internalised.

Revision 1178 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 18 13:31:34 2007 UTC (3 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 6378 byte(s)
Diff to previous 1153
bug 61: assignment operator -= was raising spurious typerror exceptions
due to uninitialised variable not picked up because it was passed by addr.

Revision 1153 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 5 10:31:59 2006 UTC (4 years ago) by d
Original Path: see/trunk/NEWS
File length: 6312 byte(s)
Diff to previous 1150
bug 49: change sign of value returned by _SEE_platform_dst; corrects daylight savings time calculation

Revision 1150 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 27 08:06:53 2006 UTC (4 years ago) by d
Original Path: see/trunk/NEWS
File length: 6302 byte(s)
Diff to previous 1146
mention ssp example

Revision 1146 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 27 07:25:55 2006 UTC (4 years ago) by d
Original Path: see/trunk/NEWS
File length: 6230 byte(s)
Diff to previous 1144
bug 52: attach tracebacks to throw contexts
Tracebacks are now reset after handled exceptions.

Revision 1144 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 24 13:38:00 2006 UTC (4 years ago) by d
Original Path: see/trunk/NEWS
File length: 6159 byte(s)
Diff to previous 1142
bug 49: configure.ac corrections: alloca, readline, noreturn

Revision 1142 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 24 09:17:24 2006 UTC (4 years ago) by d
Original Path: see/trunk/NEWS
File length: 6094 byte(s)
Diff to previous 1139
bug 50: use !finite() instead of isinf()

Revision 1139 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 12 06:49:15 2006 UTC (4 years ago) by d
Original Path: see/trunk/NEWS
File length: 6031 byte(s)
Diff to previous 1136
more [[Construct]]/thisobj deprecation

Revision 1136 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 10 12:49:54 2006 UTC (4 years, 1 month ago) by d
Original Path: see/trunk/NEWS
File length: 5927 byte(s)
Diff to previous 1130
new API: SEE_call_args()

Revision 1130 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 6 12:20:05 2006 UTC (4 years, 1 month ago) by d
Original Path: see/trunk/NEWS
File length: 5850 byte(s)
Diff to previous 1128
releasing today

Revision 1128 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 6 12:03:36 2006 UTC (4 years, 1 month ago) by d
Original Path: see/trunk/NEWS
File length: 5889 byte(s)
Diff to previous 1108
note the EXT1 removal

Revision 1108 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 1 14:22:09 2006 UTC (4 years, 1 month ago) by d
Original Path: see/trunk/NEWS
File length: 5830 byte(s)
Diff to previous 1098
security domains framework

Revision 1098 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 28 15:20:53 2006 UTC (4 years, 1 month ago) by d
Original Path: see/trunk/NEWS
File length: 5793 byte(s)
Diff to previous 1095
New function SEE_parse_args() for helping convert arguments into C types.

Revision 1095 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 2 12:07:37 2006 UTC (4 years, 2 months ago) by d
Original Path: see/trunk/NEWS
File length: 5728 byte(s)
Diff to previous 1094
bug 45
backslashes in a perl command somehow get through to perl on some platforms
Thanks to Kalle Olavi Niemitalo

Revision 1094 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 21 14:48:15 2006 UTC (4 years, 2 months ago) by d
Original Path: see/trunk/NEWS
File length: 5685 byte(s)
Diff to previous 1084
mention bug 12 fix in NEWS

Revision 1084 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 7 08:25:11 2006 UTC (4 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 5644 byte(s)
Diff to previous 1072
record fix of bug 42

Revision 1072 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 20 14:15:36 2006 UTC (4 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 5600 byte(s)
Diff to previous 1065
Use libtool's dynamic loader API (libltdl); add test cases for the File module.


Revision 1065 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 19 14:29:27 2006 UTC (4 years, 4 months ago) by d
Original Path: see/trunk/NEWS
File length: 5543 byte(s)
Diff to previous 1057
Add SEE_gcollect() that tries to release all unreachable objects.
Change the shell's gc_gcollect() to be named gc() to match Mozilla.

Revision 1057 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 25 01:38:16 2006 UTC (4 years, 5 months ago) by d
Original Path: see/trunk/NEWS
File length: 5198 byte(s)
Diff to previous 1050
update NEWS with #! change to see-shell

Revision 1050 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 25 13:18:13 2006 UTC (4 years, 6 months ago) by d
Original Path: see/trunk/NEWS
File length: 5132 byte(s)
Diff to previous 1032
Compat (JS11): Regular expression instances now have a [[Call]] property, 
which behaves essentially the same as calling the .exec method.

Revision 1032 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 19 13:59:17 2006 UTC (4 years, 6 months ago) by d
Original Path: see/trunk/NEWS
File length: 5070 byte(s)
Diff to previous 1030
Add support for modules

Revision 1030 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 19 13:53:25 2006 UTC (4 years, 6 months ago) by d
Original Path: see/trunk/NEWS
File length: 5043 byte(s)
Diff to previous 1013
Add SEE_string_utf8()

Revision 1013 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 7 15:35:37 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4874 byte(s)
Diff to previous 1011
bug 36: arguments and activation objects now adhere to ecma

Revision 1011 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 7 15:32:35 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4810 byte(s)
Diff to previous 1008
compat: allow octal escapes in regex with EXT1

Revision 1008 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 5 13:01:44 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4677 byte(s)
Diff to previous 1006
Add RegExp. and friends (EXT1)

Revision 1006 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 4 12:03:06 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4644 byte(s)
Diff to previous 1000
Add conditional function declarations (from JS1.5)

Revision 1000 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 3 10:20:38 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4603 byte(s)
Diff to previous 992
Add compat() function to shell, for changing compatibility flags

Revision 992 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 31 15:04:16 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4529 byte(s)
Diff to previous 970
Improved API to use ASCII C strings in more places.
  SEE_intern_ascii()
  SEE_intern_global()
  SEE_OBJECT_GETA()
  SEE_OBJECT_PUTA()
  SEE_OBJECT_CANPUTA()
  SEE_OBJECT_HASPROPERTYA()
  SEE_OBJECT_DELETEA()
  SEE_CFUNCTION_PUTA()  - creates a cfunction and adds to object

Revision 970 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 13:07:40 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4273 byte(s)
Diff to previous 967
mention RegExp [[HasInstance]] change

Revision 967 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 12:39:07 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4201 byte(s)
Diff to previous 958
bug 34: some boolean true values did not compare equal

Revision 958 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 22 04:26:48 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4128 byte(s)
Diff to previous 957
bug 33: String.prototype.indexOf() returned bad result when substring was longer than string

Revision 957 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 21 23:51:51 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4070 byte(s)
Diff to previous 955
bug32: use activation class for activation objects so that this is propagated properly

Revision 955 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 21 23:31:46 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 4014 byte(s)
Diff to previous 945
note the unicode case translation fix

Revision 945 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 21 13:42:51 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 3971 byte(s)
Diff to previous 935
update NEWS with recent change summary

Revision 935 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 21 03:49:39 2006 UTC (4 years, 7 months ago) by d
Original Path: see/trunk/NEWS
File length: 3569 byte(s)
Diff to previous 904
up to date

Revision 904 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 23 12:58:39 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 3413 byte(s)
Diff to previous 903
prepare for 1.3 release

Revision 903 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 14:15:16 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 3418 byte(s)
Diff to previous 900
fix typeof from throwing ReferenceErrors

Revision 900 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 13:52:57 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 3352 byte(s)
Diff to previous 899
correct [[Prototype]] for function instances. It is now duplicated across the instance aliases and their common native

Revision 899 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 13:47:29 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 3303 byte(s)
Diff to previous 898
treat invalid quantifiers as literal in EXT1

Revision 898 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 21 14:51:00 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 3232 byte(s)
Diff to previous 896
Moved a lot of global configuration vars into one structure, SEE_system.
SEE_free is trusted a bit more.
New function SEE_intern_and_free() used by lexer.
Memory allocator defaults to system malloc() instead of NULL (ie error).
Random number seed is factored out to a hookable function too.

Revision 896 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 21 10:46:11 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 3061 byte(s)
Diff to previous 888
bug 24: lastIndexOf() boundary condition. carefully rewritten using spec

Revision 888 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 20 12:04:28 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 3018 byte(s)
Diff to previous 855
note bug 4 fix

Revision 855 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 12 13:03:21 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 2977 byte(s)
Diff to previous 850
bug 11: grow strings carefully, and try to raise an exception before the allocator does

Revision 850 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 11 15:16:38 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 2898 byte(s)
Diff to previous 848
include the use of reserved words as identifiers in EXT1 compatibility mode

Revision 848 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 11 14:27:40 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 2834 byte(s)
Diff to previous 840
bug 9: correct function's prototype.constructor

Revision 840 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 11 07:13:44 2005 UTC (4 years, 8 months ago) by d
Original Path: see/trunk/NEWS
File length: 2707 byte(s)
Diff to previous 832
update with bug 2, bug 3, bug 7 information

Revision 832 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 14:41:03 2005 UTC (4 years, 9 months ago) by d
Original Path: see/trunk/NEWS
File length: 2582 byte(s)
Diff to previous 827
Add --disable-parser-print and --disable-parser-visit options

Revision 827 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 13:41:10 2005 UTC (4 years, 9 months ago) by d
Original Path: see/trunk/NEWS
File length: 2589 byte(s)
Diff to previous 809
New option: --disable-full-unicode which omits unicode tables

Revision 809 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 25 14:13:00 2005 UTC (4 years, 9 months ago) by d
Original Path: see/trunk/NEWS
File length: 2402 byte(s)
Diff to previous 801
Add a simple interactive debugger to see-shell

Revision 801 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 25 11:10:26 2005 UTC (4 years, 9 months ago) by d
Original Path: see/trunk/NEWS
File length: 2275 byte(s)
Diff to previous 795
document r796 fix in libsee/lex.c

Revision 795 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 15 11:24:55 2005 UTC (4 years, 10 months ago) by d
Original Path: see/trunk/NEWS
File length: 2212 byte(s)
Diff to previous 790
reorganise repository after cvs2svn

Revision 790 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 9 12:03:29 2005 UTC (5 years, 3 months ago) by d
Original Path: trunk/see/NEWS
File length: 2212 byte(s)
Diff to previous 779
update

Revision 779 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 27 13:12:06 2005 UTC (5 years, 4 months ago) by d
Original Path: trunk/see/NEWS
File length: 2105 byte(s)
Diff to previous 759
more news

Revision 759 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 30 09:08:05 2005 UTC (5 years, 7 months ago) by d
Original Path: trunk/see/NEWS
File length: 1902 byte(s)
Diff to previous 735
some news

Revision 735 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 31 11:28:50 2004 UTC (5 years, 10 months ago) by d
Original Path: trunk/see/NEWS
File length: 1717 byte(s)
Diff to previous 712
doc

Revision 712 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 17 13:46:45 2004 UTC (5 years, 10 months ago) by d
Original Path: trunk/see/NEWS
File length: 1642 byte(s)
Diff to previous 700
More bugs fixed

Revision 700 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 16 12:33:02 2004 UTC (5 years, 10 months ago) by d
Original Path: trunk/see/NEWS
File length: 1269 byte(s)
Diff to previous 698
simplify Boehm-gc flag

Revision 698 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 16 09:27:05 2004 UTC (5 years, 10 months ago) by d
Original Path: trunk/see/NEWS
File length: 1241 byte(s)
Diff to previous 696
Bump version to 1.2
Corrected embarrasing stringdefs build problem
Adhere more closely to GNU software standards (but still BSD licence)
Look for boehm gc in libdir, instead of prefix/lib
Removed enumerator 'reset' method (never used)
Removed see/config.h from install

Revision 696 - (view) (download) (annotate) - [select for diffs]
Added Sat Oct 16 02:50:34 2004 UTC (5 years, 10 months ago) by d
Original Path: trunk/see/NEWS
File length: 1031 byte(s)
rename CHANGES to NEWS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

David Leonard
ViewVC Help
Powered by ViewVC 1.0.9