tiny-smalltalk

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2016-10-16
14:24
Adapt README Leaf check-in: a838436b71 user: ajv-899-334-8894@vsta.org tags: master, trunk
14:18
Update modes check-in: 7d9bbb2e64 user: ajv-899-334-8894@vsta.org tags: master, trunk
14:17
Get this all into git check-in: 5181cd2241 user: ajv-899-334-8894@vsta.org tags: master, trunk
2012-05-04
21:54
Remove old VSTa stuff check-in: 804ad20427 user: ajv-899-334-8894@vsta.org tags: master, trunk
2012-05-01
16:14
Fix compiler error static/not check-in: fff6a3dc9a user: ajv-899-334-8894@vsta.org tags: master, trunk
2008-04-03
02:54
Note on hash check-in: c3a0aa79e7 user: ajv-899-334-8894@vsta.org tags: master, trunk
02:54
Initial revision check-in: 2082cec6a5 user: ajv-899-334-8894@vsta.org tags: master, trunk
02:43
Protect against optimizer hosing arg order check-in: 2c74611180 user: ajv-899-334-8894@vsta.org tags: master, trunk
2005-10-25
16:27
Quiet gcc check-in: 32bb10f639 user: ajv-899-334-8894@vsta.org tags: master, trunk
2005-06-01
19:15
Catch empty line check-in: 9558b20798 user: ajv-899-334-8894@vsta.org tags: master, trunk
19:15
Add "pr" check-in: 085e55e577 user: ajv-899-334-8894@vsta.org tags: master, trunk
19:15
No -lusr on FreeBSD! check-in: b5db585b02 user: ajv-899-334-8894@vsta.org tags: master, trunk
19:14
Prototypes from <string.h> check-in: 5a1abf9e36 user: ajv-899-334-8894@vsta.org tags: master, trunk
2002-11-12
10:12
Comments. Always comments. check-in: 8b0dc4a05a user: ajv-899-334-8894@vsta.org tags: master, trunk
10:00
Permit empty line check-in: b88ba0ce87 user: ajv-899-334-8894@vsta.org tags: master, trunk
2002-10-03
12:48
Add scanning of Collection instances. Get rid of "nest" concept; when you index an object, you nest as a part of the index. check-in: d31d2d3d86 user: ajv-899-334-8894@vsta.org tags: master, trunk
11:56
Support reverseDo: for Array's check-in: 43fc93ec77 user: ajv-899-334-8894@vsta.org tags: master, trunk
11:55
Reverse order of stack display. Add help. check-in: 446bfd33ff user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-10-10
15:55
Hook to object browser, if present. check-in: d70cf6b749 user: ajv-899-334-8894@vsta.org tags: master, trunk
15:54
Don't touch Object, since it'll rattle all the static method pointers out of the static memory Object method dictionary. check-in: 66b83b79d0 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-10-08
15:09
Add removeMethod:, also String tab. check-in: 229d6e5737 user: ajv-899-334-8894@vsta.org tags: master, trunk
15:09
Permit arbitrary expression printout check-in: 5e854d7fe4 user: ajv-899-334-8894@vsta.org tags: master, trunk
14:50
Display size; also catch popping last item from display stack. check-in: b4875b850c user: ajv-899-334-8894@vsta.org tags: master, trunk
14:45
Dump of instance variables check-in: d9bd62d92e user: ajv-899-334-8894@vsta.org tags: master, trunk
14:36
Pretty up stack print, add "raw index". check-in: 4edb20f136 user: ajv-899-334-8894@vsta.org tags: master, trunk
14:31
Initial revision check-in: 411afc0129 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-10-04
09:50
Have List support up to with:with:with: also check-in: 5eaff9d8c2 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-10-02
10:03
Give access to context chain check-in: 208a6b325a user: ajv-899-334-8894@vsta.org tags: master, trunk
10:03
Remove old trace message check-in: b9e216ae6a user: ajv-899-334-8894@vsta.org tags: master, trunk
10:03
Add up/down for examining different contexts on the stack. Add debug to add debugging context to all procedures in a Class. check-in: 7221b3358e user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-10-01
15:04
Implement + as an alias for addAll: check-in: e0ec7ce002 user: ajv-899-334-8894@vsta.org tags: master, trunk
14:39
Protect against non-debug Method's check-in: 4d8639792a user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-09-26
10:24
Let Association's be added to Dictionaries. TBD: when Dictionaries become atomic, the association may be entered directly, rather than having its key/value extracted and inserted individually. check-in: fcf4930795 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-09-24
00:12
Identifiers start with alpha, but should be able to contain alphanumeric. check-in: e5429e80fc user: ajv-899-334-8894@vsta.org tags: master, trunk
00:09
Add from: to Collection protocol check-in: ba31b177c3 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-09-23
23:59
Make with: work properly when inherited into ByteArray instances like (String with: $a with: $b) check-in: 521265cba4 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-09-20
21:18
Make Char instances unique, so $a == $a. check-in: ce69f94f81 user: ajv-899-334-8894@vsta.org tags: master, trunk
21:17
Free filePointers[] slot on close() check-in: 5252be534f user: ajv-899-334-8894@vsta.org tags: master, trunk
20:48
Add some String utilities check-in: 83db5bff15 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-09-14
13:28
Creates String newline to avoid "Char newline asString" idiom. Add fileOut to dump a class's source. check-in: fb0a6feb32 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-09-13
17:57
Make it easier to find syntax errors check-in: d86906397f user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-06-26
03:26
Wrap rotor at right time check-in: e6319e6fe2 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-06-19
09:44
Correctly create ByteArray's and String's when these classes are subclassed. check-in: 502868460e user: ajv-899-334-8894@vsta.org tags: master, trunk
09:44
Avoid crash on basicSize applied to SmallInt check-in: 771671bb87 user: ajv-899-334-8894@vsta.org tags: master, trunk
09:44
Implement a "whatis" check-in: 5ea0ccc5f1 user: ajv-899-334-8894@vsta.org tags: master, trunk
05:08
Use POSIX mode for update check-in: bfa4ca6848 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-06-15
08:31
Fix some name clashes on "name"; instance var versus argument name check-in: e4c503b643 user: ajv-899-334-8894@vsta.org tags: master, trunk
08:28
Return block's value check-in: b8f990db65 user: ajv-899-334-8894@vsta.org tags: master, trunk
04:19
Implement random file I/O check-in: e9f7c265f7 user: ajv-899-334-8894@vsta.org tags: master, trunk
2001-06-14
09:26
Tidy up the control flow for fileIn of all the special char cases. Fix comment quoting so it handles multi-line comment blocks (and, by implication, commenting out of lines) check-in: 82c346a339 user: ajv-899-334-8894@vsta.org tags: master, trunk