aboutsummaryrefslogtreecommitdiff
path: root/c/pl.h
AgeCommit message (Expand)Author
2022-08-04Use C++ casts, nullptr.John Ankarström
2022-08-04Add comments.John Ankarström
2022-08-03Use Pascal case for all functions.John Ankarström
2022-08-03Split common.h to util.h, wcharptr.h and win.h.John Ankarström
2022-08-02Improve wstring_owner, rename to wchar_ptr.John Ankarström
2022-07-31Make WsoFromSz and WsoCopy static member functions of wstring_owner.John Ankarström
2022-07-31Limit use of Hungarian notation.John Ankarström
2022-07-30Add wstring_owner, replacing std::wstring.John Ankarström
2022-07-30Add non-throwing variants of Query methods.John Ankarström
2022-07-26Use 's' instead of 'str' for as prefix for managed strings.John Ankarström
2022-07-26Remove ANSI compatibility.John Ankarström
2022-07-24Fix PL_get_tchars.John Ankarström
2022-07-24Add const.John Ankarström
2022-07-23Fix display of Unicode text.John Ankarström
2022-07-20Improve ANSI compatibility.John Ankarström
2022-07-20Simplify templates.John Ankarström
2022-07-19Formatting.John Ankarström
2022-07-19Add comments.John Ankarström
2022-07-19Use Prolog string buffer marks.John Ankarström
2022-07-19Fix Prolog memory leaks.John Ankarström
2022-07-18Solve compiler warnings.John Ankarström
2022-07-18Avoid leak in Prolog interface.John Ankarström
2022-07-17Prefer f() over f(void).John Ankarström
2022-07-17Update type names and variable prefixes.John Ankarström
2022-07-17Name function arguments in headers.John Ankarström
2022-07-17Add const to pointers, update spacing.John Ankarström
2022-07-17Add const to places.John Ankarström
2022-07-17Use SWI-Prolog's wide-character functions.John Ankarström
2022-07-16Formatting.John Ankarström
2022-07-16Rewrite TszFromSz as TsmFromSz.John Ankarström
2022-07-15Split defs.h into separate header files.John Ankarström