Commit Graph

118 Commits

Author SHA1 Message Date
21c94d5ead Is_Code in H3.CC.
Use Wide_Character'First instead of Wide_Character'Val(0) 
Removed the terminator parameter in the H3.Strings
2021-10-27 15:34:30 +00:00
664c083373 null-terminated a string before passing to a C function 2021-10-16 15:19:10 +00:00
ef2f233f80 touched up experimental character classification functions 2021-10-16 11:42:42 +00:00
62dbee51b8 experimenting with character classes 2021-10-16 02:04:46 +00:00
c2cba622cd experimenting with character classes 2021-10-16 02:04:24 +00:00
147b52e6ad added the Find function in h3-arrays.adb 2021-10-06 17:30:12 +00:00
c48f34d79b renamed Str to Obj 2021-10-06 08:05:21 +00:00
a1795920c7 added H3.Arrays.Find() that find a single item 2021-10-06 07:50:01 +00:00
3f3fb311cc adding hello2.adb 2021-10-06 06:28:43 +00:00
e9b1239e53 ada experiments. tagged array in a generic package 2021-10-06 03:56:30 +00:00
4fd093da3e fixed a buffer growth bug in Replace for Elastic_String 2021-10-03 16:53:13 +00:00
50760a4107 implemented some functions for Elastic_String 2021-10-03 15:38:31 +00:00
1311ea8253 ada experiments 2021-10-01 11:03:54 +00:00
3ec3a9a17e some ada experiments 2021-09-30 23:54:50 +00:00
bb840abd99 fixed the "functions can only have "in" parameters" error 2021-08-24 16:19:29 +00:00
341cff809d stopped using System.Atomic_Counters.Atomic_Counter 2021-08-24 16:07:29 +00:00
b4c05da4ec removed unneeded text 2021-08-24 07:42:18 +00:00
4949f1bf6b reference counting experiment in h3 2021-08-24 07:17:32 +00:00
0627ccce85 trying to rewrite h2 2021-08-23 23:47:29 +00:00
22d66523b5 minor spacing fix 2021-08-23 23:41:19 +00:00
727f2b7b36 deleted unneeded files 2021-08-21 14:51:38 +00:00
f875ede81c reorganized h2 2021-08-21 14:31:39 +00:00
2851d9177e deleted redundant files 2018-02-17 16:50:07 +00:00
46c78776ac added missing include files 2015-09-01 12:15:18 +00:00
d039ac262d added some sample scheme scripts 2015-09-01 12:14:35 +00:00
44ea1de0bc add some more types 2014-07-02 15:44:35 +00:00
fafd1eb21f under dramatic changes... 2014-07-02 14:29:01 +00:00
efc55863f4 Added a missing file 2014-06-21 16:33:31 +00:00
27cb59b41b improved h2-io-file a bit 2014-06-21 16:31:49 +00:00
31d4fb952d removed unneeded procedures 2014-06-19 14:15:01 +00:00
83fde716e4 added File.Get_Line and File.Put_Line. rewritten io procedures to reply on the current and the last position instead of the length 2014-06-19 14:13:19 +00:00
f0eee1313f added Get_Line into h2-io-file 2014-06-17 15:23:35 +00:00
02e5292089 implemented read/write/read_line/write_line/flush in h2-io-file.adb 2014-06-06 16:44:45 +00:00
230a547dc0 implemented some functions h2-io-file.
renamed h2-sysapi to h2-os
2014-06-05 15:26:37 +00:00
ef50de7e0f added some file io routines 2014-06-04 17:15:52 +00:00
60666651c2 added some file constants 2014-06-02 15:25:42 +00:00
feb6537003 fixed gpr files 2014-05-30 03:20:24 +00:00
d4aad8f0ee added an incomplete and experimental file package 2014-05-30 03:15:40 +00:00
cb9505272a added H2.Slim and Slim_Stream.
renamed Stream to Wide_Stream.
2014-03-26 14:28:41 +00:00
3c5c0a547d fixed an overflow check bug 2014-03-26 07:43:34 +00:00
2b9c176db0 aalmost finished string-to-bigint conversion 2014-03-25 16:43:46 +00:00
f2913efdb8 added the incomplete string-to-bigint conversion procedure 2014-03-09 18:01:38 +00:00
733fb70952 changed bigint division algorithm and finished the primitive bigint.to_string function 2014-03-07 17:58:01 +00:00
4e7f1ce8e4 fixed bigint division bugs and added incomplete bigint-to-string conversion function 2014-03-05 18:06:54 +00:00
6d94c9b515 touched bigint 2014-03-04 14:32:49 +00:00
a8627af4bf added partial bigint divide 2014-03-03 15:36:03 +00:00
ca3108ebd9 fixedd bigint bugs 2014-02-25 16:10:46 +00:00
af45b8431e added bigint multiplication 2014-02-24 15:17:57 +00:00
1b24692695 added more bigint code 2014-02-23 16:57:31 +00:00
a9bd93d6f4 added some bigint code 2014-02-21 16:08:43 +00:00