Merge remote-tracking branch 'github/upgrade_to_java_17'
Lyx default HTML is used.
HTML manual is removed since Elyxer is gone. Install4j is updated to V11. Lyx is updated.
miscellaneous tests are modded in a minor way
Deprecated Java is upgraded to 17
Create codeql-analysis.yml
Divers small changes
Remove DNS lookup for client name in httpd
Add description of headers in httpd
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Fix unchecked indexOf() in web server
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Update azure-pipelines.yml for Azure Pipelines
Reduce stack usage by peeking at forms being evaluated to find macros.
httpd server threads wait forever - fix 10% CPU load
Use sleep forever instead of read in web servers
Fix Error message missing function name #18
Fix StringIndexOutOfBoundsException in -eval #25
Rewrite Sound using clip() to fix drain hang github issue #15
Beep at the end of tests
Add insecure mode to web:get and web:post, return status code, status line
Add to alpine dockerfile
Fix issue in jline REPL completions
Upgrade to Java 8
Check args on calendar:
Check args on binary math
Fixes to Jline handling of full symbols - use Symbol not SimpleSymbol
Reduce unwanted backtrace printout in java ffi fail test
Fix comparison of Dictionary - Add JSON documentation
Add method to string class to convert JSON into Genyris structures
Build using tools in a docker container - Add Dockerfile for builder and..
Remove keep-alive in web server due to thread leaks.
Revert "Kill HTTP session thread if there's no input."
Shorter wait for data on server socket. JSON example.
Do not build bundled JREs or Windows/Mac binary packages. Build targ.gz.
Try buildkite-agnt user for install4j licens key
Add install4j install in playbook
Add install4j license to playbook
Add java packages
Add playbook for build prerequisites
Set up CI with Azure Pipelines
Debug install4j license in playbook
Add document build pre-requisites
Add example of an Array class using graph as storage
Issue #23 - Classifier look for .valid? in class without inheritance
Add playbook for buildkite agent
Issue #23 - Classifier look for .valid? in class without inheritance - add regression test script
Add @web prefix to docs
Encourage buildkite to build.
httpd now sends JSON responses with application/json mime type
Clean up test file
Use Open JDK 8
Add %j in u:format to output basic JSON format
Add Dockerfile for Genyris on Alpine OpenJDK 8
Serve favicon.ico in web examples
Allow timezone argument to date:calendar so that tests run in any timezone
Kill HTTP session thread if there's no input.
Use jetBrains IDE
Add www-all.g to load all www demos.
Upgrade install4j version 7 and to Java 8, 64 bit Windows
Add Reader.getline to manual
Add fizzbuzz example
Fix typo in manual
Fix document typo
Make shell.g OS-sensitive
Abandon Class-Path in manifest file due to line...
Add Class-Path in build since not in manifest
Tailcall repr fix - print closure
Add RPN calculator example
Add .mkIterator for Graph over Triples
Add help command (h)
GitHub Issue #21 fix for crash on not enough pa...
Tweak people example
Add custom render to type:HeadedTable
Merge branch 'master' of github.com:birchb1024/...
Add as-assoc
Create source_dump.g
Allow user to specify HTTP protocol version in ...
Change HTTP client functions to return headers ...
Add missing (new) file
Add form to demo and styles
Remove duplicated code in HTTP client classes.