0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
int misc_bin_encode(wt_vstr *to,wt_vstr *from); and decode. More... about 14 years ago
wt_vstr *pg_get_value(wt_vstr *v,PGresult *r,unsigned row,int colno); More... about 14 years ago
Now uses central pg_get_value() routine to get values, incase of binary content. More... about 14 years ago
Load saved screen from table More... about 14 years ago
New binary encode/decode of a string. More... about 14 years ago
Added new CRTA(x) function, to allow re-application of colours 'n attributes from a saved CHRAT(Y,X) function. Now used by the screen designer utility. More... about 14 years ago
Change tracking. More... about 14 years ago
Another checkpoint commit More... about 14 years ago
Changed table's defn More... about 14 years ago
sr/SRSCRSAVE More... about 14 years ago
Checkpoint commit of new code More... about 14 years ago
Reset ACS1 when setting ACS2 More... about 14 years ago
Bug fix for ACS1!! More... about 14 years ago
Checkpoint commit More... about 14 years ago
Addition. More... about 14 years ago
Checkpoint commit -- now supports colour and attribute changes. More... about 14 years ago
Corrected problem recognizing handle 1 (aliased handle) More... about 14 years ago
Updates for the screen generator More... about 14 years ago
Checkpoint commit of screen painting code More... about 14 years ago
Bring template up to date with changes More... about 14 years ago
Put error handler from a DELETE all, which might affect 0 rows. More... about 14 years ago
Check that INSERT, UPDATE and DELETE affected > 0 rows. More... about 14 years ago
Added another _rows() call to make sure at least one row was affected. More... about 14 years ago
Change buffer to VARYING More... about 14 years ago
Added new screen More... about 14 years ago
The start of the screen generator More... about 14 years ago
Check for and handle the NULL indicator in all builtin functions. More... about 14 years ago
Added vstackent_cast_STRING() to check type and nullflg indicator. Also added api.cast_STRING() to do the same for n args. More... about 14 years ago
Now checks for null argument. More... over 14 years ago
Added function ISODATE(D$) to convert an ISO date/time back into a time_t (LONG) value. More... over 14 years ago