source: NEWT0/trunk/src @ 140

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @139   3 years matthiasm Printing a symbol with a vertical bar inside needs to escpae the bars …
(edit) @138   3 years matthiasm Functions can now be printed in BinFromHex notation as well.
(edit) @137   3 years matthiasm Syntax error indicator now deals with tabs in the original source code …
(edit) @136   3 years matthiasm Added 'MakeBinaryFromHex(hex, class)'. Added 'LoadBinary(filename)'. Added …
(edit) @135   3 years matthiasm Testing bilingual documentation for Doxygen comments.
(edit) @134   3 years matthiasm More whacky machine translation which at least give me an idea of what is …
(edit) @132   4 years gnue for Xcode 3.x project
(edit) @130   4 years gnue replace regular expression for 'else' in "newt.l".
(edit) @129   4 years gnue bug fix "get-path"(kNBCGetPath) B field. "get-path" B field is zero or …
(edit) @128   4 years gnue provisional supported semicolon before 'else' syntax. but, can't use with …
(edit) @127   4 years gnue bug fix for revision 117(Make initialization via NBCInit explizit to allow …
(edit) @117   5 years eck Make initialization via NBCInit explizit to allow repeated calls of …
(edit) @116   5 years eck Export NVMInit and NVMClean functions
(edit) @113   5 years gnue '#pragma mark' is invalidated by '#if 0'
(edit) @112   5 years gnue The function to call the script from C language is added.
(edit) @107   5 years gnue Sorry, the snap shot for debugging remained.
(edit) @105   5 years gnue Behavior when the message is sent to NIL is changed. NIL:?method(); …
(edit) @104   5 years gnue Bug fixed assignment routine.
(edit) @101   5 years matthiasm Undid previous commit for NewtPkg because it would create another, much …
(edit) @100   5 years matthiasm Fixed precedent entries to be created much earlier and correctly avoid …
(edit) @98   5 years matthiasm Added flag that allows indenting and newlines when printing an object with …
(edit) @97   5 years gnue MakePkg and ReadPkg was added for script call
(edit) @96   5 years gnue NewtPkg was added to Xcode and Makefile.
(edit) @95   5 years matthiasm Package reader and writer functional and cleaned up.
(edit) @94   5 years matthiasm Added a rough version of the Package Writer. NewtPkg now reads version 0 …
(edit) @93   5 years gnue named and numbered magic pointer were made to be able to coexist.
(edit) @92   5 years matthiasm Package reader: made local functions static.
(edit) @91   5 years matthiasm NewtPkg : Package Reader implementation finished and tested on a bunch of …
(edit) @90   5 years matthiasm Added a pretty complete NEwton Package reader. For best results, you need …
(edit) @89   5 years matthiasm Committing a preview of how a package reader/write module will look like. …
(edit) @88   5 years matthiasm Fixed the Win32 "iconv" code from the ground up.
(edit) @87   5 years matthiasm Added a preconfigured NewtConf.h to the VC6 part of the project. Thanks, …
(edit) @85   5 years gnue added "src/newt_core/incs/darwin/NewtConf.h" for Xcode. changed …
(edit) @84   5 years gnue src/config.h.in encoding changed from Japanese(Mac OS) to UTF-8.
(edit) @83   5 years gnue version 0.1.2 Adding Matthias to the staff.
(edit) @80   5 years pguyot Switch NewtConf.h for NewtConf.h.in.
(edit) @79   5 years pguyot Enable named prototypes by default. Provide a new configuration flag for …
(edit) @78   5 years pguyot Add support to install Newt/0 at a fixed location on a Unix system. …
(edit) @77   5 years pguyot Fix send and send-if-defined to match the Newton's order.
(edit) @76   5 years matthiasm Changed the order of arguments on the stack for the bytecode "send". …
(edit) @75   5 years matthiasm Using numeric magic pointer when communication with a real Newton.
(edit) @74   5 years matthiasm Added VC6 project file to compile a static library to later link with …
(edit) @71   5 years matthiasm Added a Microsoft VisualC V6 project file to compile a standalone command …
(edit) @69   5 years gnue
(edit) @68   5 years gnue source code file encoding changed from Japanese(Mac OS) to UTF-8.
(edit) @66   6 years gnue modified execute arguments in newt.xcodeproj
(edit) @65   6 years gnue - add newt_all.xcodeproj for aggregate. builds all the libraries and the …
(edit) @64   6 years pguyot Fix compilation with universal SDK: endian util should not be included …
(edit) @58   6 years gnue add BeginsWith, EndsWith global function
(edit) @56   6 years gnue change configure change comments
(edit) @54   6 years gnue - add NewtObjBinaryClass and NewtObjArrayClass. contribute patch by Paul …
(edit) @53   6 years gnue - cleaned up a warning - the symbols for seek are now seek_set, seek_cur …
(edit) @47   6 years gnue comment and regex syntax conflict bug fix
(edit) @46   7 years gnue NewtStrNBeginsWith change caseless for IsInstance, IsSubclass, HasSubclass …
(edit) @45   7 years gnue change spellmis
(edit) @44   7 years gnue compare operator bug fix
(edit) @42   7 years gnue added Getch global function
(edit) @41   7 years gnue added Getc global function
(edit) @40   7 years gnue can compile for iPod Linux
(edit) @39   7 years gnue change bytecode for 'and' or 'or' syntax
(edit) @36   7 years gnue add internal text encoding convert for NSOF add file "NewtIconv.c", …
(edit) @33   7 years gnue repleace v to (v) in NewtObj.h macro
(edit) @30   7 years gnue add NewtRefFunctionType C function change native function call use …
(edit) @29   7 years gnue add src/utils folder add endian_utils.c endian_utils.h files Real or Int32 …
(edit) @28   7 years gnue add ExtractByte global function
(edit) @27   7 years gnue change NewtObjGetSlot and NcFullLookupFrame for not frame object
(edit) @26   7 years gnue change build number 2005-05-16-2
(edit) @25   7 years gnue change name NewtReadNSOF to NSOFReadNSOF add new NewtReadNSOF
(edit) @24   7 years gnue bug fix ReadNSOF
(edit) @23   7 years gnue add CompileFile global function
(edit) @22   7 years gnue change build number
(edit) @21   7 years gnue bug fix require not load .newt
(edit) @18   7 years gnue add LINK_NEWT_APP_ to configure.in and Makefile.in for BeOS move nbArgs …
(edit) @16   7 years gnue move config.h to src
(edit) @15   7 years gnue
(edit) @14   7 years gnue support autoconf
(edit) @13   7 years gnue add define HAVE_STDINT_H
(edit) @12   7 years gnue support Xcode v2.0 change require file extention
(edit) @11   7 years gnue bug fix command line paramater empty problem add parser error count
(edit) @10   7 years gnue remove OBSOLETE functions add new OBSOLETE functions(HasGlobalFn, …
(edit) @8   7 years gnue change _ARGV_ rule change sample "cat.newt" for _ARGV_
(edit) @7   7 years gnue support Named Magic Pointer on NSOF
(edit) @6   7 years gnue add ReadNSOF change MakeNSOF
(edit) @5   7 years gnue add MakeNSOF change ganarate char bytecode
(edit) @4   7 years gnue change string lex rule
(edit) @3   7 years gnue add FILE, LINE
(edit) @2   7 years gnue
(add) @1   7 years gnue import project
Note: See TracRevisionLog for help on using the revision log.