aboutsummaryrefslogtreecommitdiff
path: root/jim-win32api.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-15Remove unnecessary ecos stuffSteve Bennett1-448/+0
Also win32 and hwio
2010-10-15Cutover to new workware fork of Jim TclSteve Bennett1-24/+14
Note that this commit removes some files and undoes some commits which will be reapplied later. This is the easiest way to switch across. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-02-01Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek1-14/+24
Remove "FreeBSD license" statements, since it's not a correct term I believe. Small cleanup while being here.
2010-02-01Revert "Bring correct license -- I think freebsd/ directory has an agreements"Wojciech A. Koszek1-24/+14
This reverts commit 1e2fdd7d9e877fbe2c88a4c32f098ce1e575dc1d.
2010-02-01Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek1-14/+24
for relicensing all files within Jim project. "FreeBSD license" isn't correct term, so basically remove it. Try to make the whole place consistent.
2005-04-13Win32API module permits dynamic creation of Jim commands that call intopatthoyts1-0/+448
Win32 DLL functions. Its not complete and at the moment only void or integer parameters are working.