Jason Kankiewicz
|
92d6fff22f
|
Compensate for the removal of the AMchanges.ptr
member.
|
2022-06-05 14:28:33 -07:00 |
|
Jason Kankiewicz
|
92f3efd6e0
|
Removed the 0 argument from AMresultValue()
calls.
|
2022-06-04 22:31:15 -07:00 |
|
Jason Kankiewicz
|
ca383f03e4
|
Wrapped all newly-allocated values in an AMresult struct.
Removed `AMfree()`.
Renamed `AMresultFree()` to `AMfree()`.
Removed type names from brief descriptions.
|
2022-06-01 23:10:23 -07:00 |
|
Jason Kankiewicz
|
a31a65033f
|
Renamed AMfreeResult() to AMresultFree() .
Renamed `AMfreeDoc()` to `AMfree()`.
Renamed `AMnextChange()` to `AMchangesNext()`.
Renamed `AMgetMessage()` to `AMchangeMessage()`.
|
2022-05-30 22:08:27 -07:00 |
|
Jason Kankiewicz
|
fdd3880bd3
|
Renamed AMalloc() to AMcreate() .
Renamed `AMload()` to `AMloadIncremental()`.
Added the `AMload()` function.
|
2022-05-07 09:55:05 -05:00 |
|
Jason Kankiewicz
|
b56464c2e7
|
Switched to C comment delimiting.
|
2022-05-06 04:59:47 -05:00 |
|
Jason Kankiewicz
|
eb3155e49b
|
Sorted main() to the top. Documented test() .
|
2022-05-06 04:50:02 -05:00 |
|
Jason Kankiewicz
|
944e5d8001
|
Trap and report all errors.
|
2022-05-05 21:21:46 -05:00 |
|
Jason Kankiewicz
|
729752dac2
|
De-emphasized the AMload() call's result.
|
2022-05-04 08:27:15 -05:00 |
|
Jason Kankiewicz
|
3cf990eabf
|
Fixed some minor inconsistencies in quickstart.c .
|
2022-05-04 07:45:05 -05:00 |
|
Jason Kankiewicz
|
30b220d9b7
|
Added a port of the Rust quickstart example.
|
2022-05-04 01:04:43 -05:00 |
|