File: ChangeLog

package info (click to toggle)
camelbones 0.2.3.cvs20040220-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,308 kB
  • ctags: 1,331
  • sloc: sh: 7,585; ansic: 4,413; asm: 2,021; perl: 1,540; objc: 1,463; makefile: 119
file content (16 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2002/03/30 - Created ChangeLog

2002/03/30 - Merged patch from Finlay Dobbie to replace [CBPerl CBPerlMain]
             method with CBApplicationMain() function.

2002/04/14 - Merged code from Dan Sugalski to support Foundation and AppKit functions

2002/04/18 - Added support for returning id from -eval in CBPerl. It was formerly
             declared as id but always returned nil.

2002/04/18 - Added support for customizing the Objective-C method signatures used to
             represent Perl methods.

2002/04/18 - Added support for CamelBones::ShowUnhandledTypeMessages flag in CBDerefSVtoID

2003/12/03 - Added Panther support