source: NEWT0/trunk @ 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) @133   3 years matthiasm Converted documentation from Japanese into what Google claims to be …
(edit) @132   3 years gnue for Xcode 3.x project
(edit) @131   3 years gnue make install bug fix. (this patch is contributed by Keita Yamaguti)
(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) @119   4 years eck Fixed typo in Makefile.in for library location
(edit) @118   4 years eck Add libnewt to the default target and install target
(edit) @117   4 years eck Make initialization via NBCInit explizit to allow repeated calls of …
(edit) @116   4 years eck Export NVMInit and NVMClean functions
(edit) @115   4 years eck Export headers to ...include/newt0
(edit) @114   4 years gnue removed "contrib/inwt/inwt" in AC_CONFIG_FILES
(edit) @113   4 years gnue '#pragma mark' is invalidated by '#if 0'
(edit) @112   4 years gnue The function to call the script from C language is added.
(edit) @111   5 years matthiasm Added VisualC 2005 build file for static library.
(edit) @110   5 years gnue Fix Objective-C message sending when structure is returned on Intel Mac. …
(edit) @107   5 years gnue Sorry, the snap shot for debugging remained.
(edit) @106   5 years gnue The file reference in the NEWT0CurrencyConverter Xcode project to …
(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) @103   5 years matthiasm Restore contrib/inwt/Makefile to previous settings. Please note that the …
(edit) @102   5 years matthiasm Added a new target to the Make system called 'libnewt' which creates a …
(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) @99   5 years gnue Doxyfile update for doxygen 1.5.2
(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) @86   5 years gnue "NewtConfig.h" to "darwin/NewtConfig.h" in Xcode project
(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) @82   5 years gnue COPYING/*.ja.txt changed text encoding(ShiftJIS to UTF-8)
(edit) @81   5 years pguyot New switch for configure to configure contrib packages. New contrib …
(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) @73   5 years matthiasm Added another VC6 project to generate a static library which we will be …
(edit) @72   5 years matthiasm Added teh actual VC6 project file
(edit) @71   5 years matthiasm Added a Microsoft VisualC V6 project file to compile a standalone command …
(edit) @70   5 years pguyot Update to makefiles for portability. NativeCalls: support for structure …
(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) @63   6 years pguyot MacOS X version of libffi (missing files).
(edit) @62   6 years pguyot MacOS X version of libffi (both architecture).
(edit) @61   6 years pguyot x86 version.
(edit) @60   6 years pguyot Fix sample to follow new API.
(edit) @59   6 years pguyot Fix warning on x86.
(edit) @58   6 years gnue add BeginsWith, EndsWith global function
(edit) @57   6 years gnue change doxygen.conf
(edit) @56   6 years gnue change configure change comments
(edit) @55   6 years pguyot Change in the APIs to be compatible with Relativity API. (actually, use of …
(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) @52   6 years pguyot Fixed the prototype.
(edit) @51   6 years gnue change ext.xcodeproj build option
(edit) @50   6 years gnue change indent
(edit) @49   6 years gnue add xcode-support
(edit) @48   6 years gnue add Xcode 2.2 project
(edit) @47   6 years gnue comment and regex syntax conflict bug fix
(edit) @46   6 years gnue NewtStrNBeginsWith change caseless for IsInstance, IsSubclass, HasSubclass …
(edit) @45   6 years gnue change spellmis
(edit) @44   6 years gnue compare operator bug fix
(edit) @43   6 years gnue added 'sample/iPodKeyTest.sh' for iPod Linux
(edit) @42   6 years gnue added Getch global function
(edit) @41   6 years gnue added Getc global function
(edit) @40   6 years gnue can compile for iPod Linux
(edit) @39   7 years gnue change bytecode for 'and' or 'or' syntax
(edit) @38   7 years gnue update LEGAL
(edit) @37   7 years gnue add NewtIconv.o in Makefile.in
(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) @32   7 years gnue change svn:ignore property
(edit) @31   7 years gnue add contrib
(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
Note: See TracRevisionLog for help on using the revision log.