[see] / see / trunk / libsee / interpreter.c Repository:
ViewVC logotype

Log of /see/trunk/libsee/interpreter.c

Parent Directory Parent Directory


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

Revision 1397 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 5 05:25:39 2009 UTC (17 months ago) by d
File length: 4850 byte(s)
Diff to previous 1320
Remove unnecessary CVS $Id$ tags

Revision 1320 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 15 11:47:21 2008 UTC (2 years, 7 months ago) by d
File length: 4861 byte(s)
Diff to previous 1311
Bug 113: add SEE_interpreter_save_state()
This API extension is for Hermecz who is using multiple threads per interpreter

Revision 1311 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 10 13:59:14 2008 UTC (2 years, 7 months ago) by d
File length: 3835 byte(s)
Diff to previous 1282
bug 107: support changing regex engines and add Shell.regex_engine().

Revision 1282 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 13 22:26:35 2007 UTC (2 years, 11 months ago) by d
File length: 3778 byte(s)
Diff to previous 1108
bug 89: Minor licensing change to conform to Open Source Initiative's text

The effective change is to change the wording of these clauses, from:

 > 3. Neither the name of Mr Leonard nor the names of the contributors
                          ----------
 > THIS SOFTWARE IS PROVIDED BY DAVID LEONARD AND CONTRIBUTORS ``AS IS''
                                -------------
 > IN NO EVENT SHALL DAVID LEONARD OR CONTRIBUTORS BE LIABLE
                     -------------

to:

 > 3. Neither the name of David Leonard nor the names of its contributors
                          -------------
 > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
                                ---------------------
 >  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
                      -------------------

This makes SEE's license conform with the OSI's "New BSD License" template
at http://www.opensource.org/licenses/bsd-license.php

Revision 1108 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 1 14:22:09 2006 UTC (4 years, 1 month ago) by d
File length: 3760 byte(s)
Diff to previous 1032
security domains framework

Revision 1032 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 19 13:59:17 2006 UTC (4 years, 6 months ago) by d
File length: 3732 byte(s)
Diff to previous 898
Add support for modules

Revision 898 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 21 14:51:00 2005 UTC (4 years, 8 months ago) by d
File length: 3710 byte(s)
Diff to previous 893
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 893 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 21 04:38:29 2005 UTC (4 years, 8 months ago) by d
File length: 4804 byte(s)
Diff to previous 804
regenerate prototypes

Revision 804 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 25 11:44:51 2005 UTC (4 years, 9 months ago) by d
File length: 4805 byte(s)
Diff to previous 795
move context.h to public API

Revision 795 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 15 11:24:55 2005 UTC (4 years, 10 months ago) by d
File length: 4801 byte(s)
Diff to previous 773
reorganise repository after cvs2svn

Revision 773 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 26 11:42:18 2005 UTC (5 years, 4 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 4801 byte(s)
Diff to previous 751
SEE_intern_init -> _SEE_intern_init, because it's private

Revision 751 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 2 11:24:25 2004 UTC (5 years, 9 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 4800 byte(s)
Diff to previous 698
remove clause 3 from the licence, which means advertising material no longer needs to include my name

Revision 698 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 16 09:27:05 2004 UTC (5 years, 10 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 5019 byte(s)
Diff to previous 654
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 654 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 29 20:51:09 2004 UTC (6 years, 5 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 5023 byte(s)
Diff to previous 589
recursion_limit; documentation

Revision 589 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 15 06:43:15 2004 UTC (6 years, 6 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 4746 byte(s)
Diff to previous 580
move initialiser signature declarations to init.h

Revision 580 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 10 08:57:42 2004 UTC (6 years, 7 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 6043 byte(s)
Diff to previous 555
give SEE_abort() a msg argument
better error messages
javadoc-style comments for future automatic manpage generation
initialise locale field

Revision 555 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 2 21:41:10 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 5219 byte(s)
Diff to previous 533
better compatibility interface and docs

Revision 533 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 1 20:23:14 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 5060 byte(s)
Diff to previous 521
detect missing memory allocator

Revision 521 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 30 09:05:24 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 4916 byte(s)
Diff to previous 517
document interpreter_abort(NULL)

Revision 517 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 30 06:20:33 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 4857 byte(s)
Diff to previous 510
add autoconf conditionals

Revision 510 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Nov 29 14:38:02 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/interpreter.c
File length: 4638 byte(s)
Initial revision

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