summaryrefslogtreecommitdiff
path: root/jim-win32com.c
Commit message (Expand)AuthorAge
* delProc callback added to Jim_CreateCommand().antirez2005-03-05
* Added ole32.foreach command, changed creation to ole32.create.patthoyts2005-03-04
* JIM_NOTUSED moved after var declarations blocks.antirez2005-03-04
* $id: ..$ strings addedantirez2005-03-04
* Added JIM_NOTUSED macro. Macro used where appropriate.antirez2005-03-04
* Use command line vars in the Makefile.patthoyts2005-03-04
* Added preliminary support for using typelibrary informationpatthoyts2005-03-03
* Applied patches 363 and 366 for const correctness to the win32 modules and ji...patthoyts2005-03-03
* Fixed my evil unicode type problem. Didn't do a good job with zero length uni...patthoyts2005-03-03
* Exported the double object type to the API.patthoyts2005-03-03
* Moved the internal rep accessor macros and Jim_FreeIntRep into the header aspatthoyts2005-03-02
* shell and library splitted. Now jim.c contains only theantirez2005-03-02
* removed JIM_EXTENSION define from extensions. Is no longerantirez2005-03-02
* Can now create and relese objects and use ole32.invoke to call propert get on...patthoyts2005-03-02
* Slowly progressing.patthoyts2005-03-02
* Added fledgling COM support for Win32. Unicode object and a Ole32 object typespatthoyts2005-03-01