152 Commits

Author SHA1 Message Date
Brad Arant
72c1286053 MFile stuff. 2025-06-20 00:42:24 +00:00
brad Arant
a87ce0bab7 JSON file changes 2025-05-17 20:47:09 -07:00
Brad Arant
9cd8381845 significant work on cookies and cgi formdata variables. 2025-03-18 16:46:20 -07:00
Brad Arant
bd5223ca36 more cgi processing multiform work. 2025-03-17 16:45:34 -07:00
brad Arant
b774e50b59 more session work. 2025-03-17 07:45:02 -07:00
Brad Arant
a3d5a4f93f more smartbuffer work. 2025-03-12 09:30:56 -07:00
Brad Arant
2866056072 more IMF work. 2025-03-11 16:59:16 -07:00
brad Arant
fd7a9ed860 some smart buffer work. 2025-03-11 07:34:17 -07:00
brad Arant
f35fa12902 Merge branch 'develop' of ssh://barant.com/git/CoreUtils into develop 2025-03-07 12:40:56 -08:00
Brad Arant
96f5c02435 Merge branch 'develop' of ssh://barant.com/git/CoreUtils into develop 2025-03-06 14:53:56 -08:00
Brad Arant
25916051e6 added CGIFormattedData object. 2025-03-06 14:47:57 -08:00
brad Arant
11f396a749 worked on IMF smartbuffers. 2025-02-21 13:22:57 -08:00
brad Arant
3f0a541e80 added byte count limiter for read on MString. 2025-02-14 11:56:11 -08:00
Brad Arant
5e6d162a05 added b64 encode/decode to MString. 2025-02-06 14:34:11 -08:00
Brad Arant
d1c450fe48 added logic for toupper and tolower on MString. 2025-02-04 15:43:17 -08:00
Brad Arant
c40e288a67 added trim operand function. 2025-01-16 13:38:35 -08:00
barant
5fd02a7a44 Fixed data type on comparisons. 2025-01-09 09:04:17 -08:00
barant
cfd996fe5a cleanup for valgrind. 2024-12-23 13:00:22 -08:00
barant
0ebe8eaf5b cleanup for valgrind. 2024-12-23 11:15:53 -08:00
barant
e5bfd7a840 fixed bug with substring on ZString. 2024-12-23 09:51:10 -08:00
barant
921854e455 fixed bug with asInteger on ZString. 2024-12-23 09:37:14 -08:00
barant
f8557aa5f5 migrating conversion modifiers from JetCore::Global to MString. 2024-12-19 10:32:23 -08:00
barant
10df4a6a99 added changed event handler. 2024-12-18 11:26:58 -08:00
barant
7eb2417456 added a pretty output to JString. 2024-12-18 09:49:34 -08:00
barant
d74fa9689d added a pretty output to JString. Initial. 2024-12-17 16:56:05 -08:00
barant
d1e5e41ab2 JString fix to compress initial assignment JSON. 2024-12-17 09:58:56 -08:00
barant
95254310f0 JString fix to compress initial assignment JSON. 2024-12-17 09:56:55 -08:00
barant
83e9b8ca99 bug fixes on mstring and jstring. 2024-12-12 15:47:09 -08:00
barant
0d60cce8dc more serious work on JString. 2024-12-12 12:22:46 -08:00
barant
c6e0486c14 Serious work on JString and some minor MString ajustments. 2024-12-11 16:58:34 -08:00
barant
7531c885a7 JString now streams properly. 2024-12-11 09:55:40 -08:00
barant
0baa44d076 messing around with jstring. 2024-12-10 17:10:49 -08:00
brad Arant
c644d8346f fixed asInteger math issue. 2024-11-27 15:26:21 -08:00
brad Arant
6cd2fd6cc1 updated zstring_test to accomodate asInteger. 2024-11-27 15:18:32 -08:00
brad Arant
6ab31da76f fixed asInteger method to recognize cursor as asDouble does. 2024-11-27 15:09:39 -08:00
Brad Arant
76ba5414cd fixed moveBackToLineStart() method on ZString. 2024-11-26 10:37:39 -08:00
Brad Arant
2de5693e87 added moveBackToLineStart() method on ZString. 2024-11-26 10:33:31 -08:00
Brad Arant
ab4da04de6 fixed cursor destruction on getLineNumberAtCursor() method to ZString. 2024-11-26 09:48:56 -08:00
Brad Arant
52d3985ffa added getLineNumberAtCursor() method to ZString. 2024-11-26 09:45:37 -08:00
brad Arant
d6d16a1b7f renamed ifCRLF to trimCRLF to more accurately reflect the function. 2024-11-24 11:07:53 -08:00
Brad Arant
8f5dd52c6a changed getTokenExclude method to allow escaped characters. 2024-11-14 09:44:12 -08:00
Brad Arant
c70f135710 Modified nextChar method to return character under cursor before incrementing cursor. 2024-11-13 08:54:09 -08:00
Brad Arant
01180021b4 Work on the IMFHeader and IMFMessage. 2024-11-11 15:58:58 -08:00
Brad Arant
2e8bb4a123 Created ifNextIgnoreCase method for ZString. 2024-11-05 15:44:51 -08:00
Brad Arant
bf4ff3fdac Created destructive removeTrailingZeros() method on ZString. 2024-11-04 16:26:40 -08:00
Brad Arant
faa794cf6b Format the precision and eliminate trailing zeros for 12 digits. 2024-11-04 09:39:13 -08:00
Brad Arant
f1337c682a Added ability for ifNextInclude and changed data type on isCaracter to ZString. 2024-10-31 15:48:13 -07:00
Brad Arant
3eb1f5954a Modified ifNext to only take the ZString parameter and let C++ do the conversions. 2024-10-30 08:36:30 -07:00
Brad Arant
d0239074a4 Fixed erroneous operator== on ZString. 2024-10-16 11:37:18 -07:00
Brad Arant
34e2ca0566 Fixed NULL assignment to ZString. 2024-10-16 11:15:54 -07:00