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