Merge branch 'master' of ssh://git.code.sf.net/p/pmprintf-abtrace/code
- Repair broken DosLoadModule() commit
remove some comments (#pragma)
- Fix broken DosLoadModule() commit. Finnaly make it right
Saving files before refreshing line endings
-v.1.30
- rename .vpj
- rename .vpj
- fix comment and #include
- Fix C++ warnings ( (char *) to (char const *) conversion)
- Add g++ directory (test with C++ compiler for stricter error checking)
- v1.20
- Fix DosLoadModule() instead DosQueryModuleHandle(), without DosLoadModule() it only works when another program has already loaded the DLL before
- add missing LICENSE file
- Fix grammar error ;-)
- SlickEdit project files update for v.1.10, just for completeness
- update readme for v.1.10
- load pmprintf.dll even in case DosQueryModule fails (fixes problem on my ArcaOS partition where no other utility loaded the dll before)
- remove stripped down main.c from directory above from CSOURCES
- try again removal of remaining .xqs
- Add license info
- Add simplest example program
- Add stripped down example in header comment
- remove *.xqs files
- Support for older Watcom compiler suits (OpenWatcom 1.0 and below)
- Remove _System from xPmP... functions as they are used internal anyway (these are no calls into the external dll)
- add watcom tree
- add ibmcpp tree
- add gcc tree
- Add project files
- Initial