AmendHub

jcs

/

wikipedia

/

amendments

Amendments on August 18, 2022

*: Import skeleton code

jcs made amendment 1 about 1 year ago

Amendments on August 21, 2022

dnr: Fix prototype of ResolveName

Not sure why this was taking a char **, we're not allocating anything
for name.
jcs made amendment 2 about 1 year ago

util: Sync with upstream

jcs made amendment 3 about 1 year ago

main: We must call util_init at start time

jcs made amendment 4 about 1 year ago

pdjson: Import public domain JSON parser

Minor changes to compile in THINK C 5, int->short, convert json_error
to a function since we don't have __VA_ARGS__, and reformatting.
jcs made amendment 5 about 1 year ago

http: A simple HTTP GET request wrapper

jcs made amendment 6 about 1 year ago

Amendments on August 24, 2022

util: Remove malloc/free UAF stuff

jcs made amendment 8 about 1 year ago

pdjson: Enable max stack setting

jcs made amendment 9 about 1 year ago

http: xfree proper pointer in http_req_free

jcs made amendment 10 about 1 year ago

wikipedia: Start on WP API support, Wikitext parsing

jcs made amendment 11 about 1 year ago

browser: Add stylized text viewing

jcs made amendment 12 about 1 year ago

Amendments on August 25, 2022

browser: Add live search drop-down list

Move request buffers into the http_request struct so each request
automatically gets them.
jcs made amendment 13 about 1 year ago

wikipedia: Slightly faster WikiText parsing

jcs made amendment 14 about 1 year ago

browser: Minor tweaks and fixes

jcs made amendment 15 about 1 year ago

Amendments on August 26, 2022

rez: Add derez'd resources

jcs made amendment 16 about 1 year ago

Amendments on September 1, 2022

util: Bring in C extensions, put malloc_map on the heap

This lets it compile with ANSI-small
jcs made amendment 17 about 1 year ago

Amendments on September 3, 2022

http: Do MacTCP init at program start

jcs made amendment 18 about 1 year ago

wikipedia: Parse XML instead of JSON, do all parsing at once

jcs made amendment 19 about 1 year ago

Amendments on September 4, 2022

wikipedia: Reset style counters when leaving <ref>

jcs made amendment 20 about 1 year ago