Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 56199b5c | 2025-08-17 15:58:09 | catalog: Prepare to make SGML catalog support optional | ||
| 149c04c0 | 2025-08-02 14:59:02 | html: Escape < and > when serializing attributes This reverts the change in cdaf657f. Coincidentally, the HTML spec just changed to mandate the old escaping behavior: https://github.com/whatwg/html/issues/6235 Fixes #957. | ||
| 9553695d | 2025-06-30 16:15:15 | relaxng: Make xmlRelaxNGDump depend on debug option | ||
| 63f98ee8 | 2025-06-25 14:27:37 | tests: Skip functions taking va_lists in testapi.c See !325. | ||
| 4aa7192f | 2025-05-21 16:32:17 | tests: Add dtor for xmlElementContent in testapi.c | ||
| 7c82391c | 2025-05-17 01:01:03 | codegen: Factor out code to generate range tables | ||
| c4926b19 | 2025-05-16 02:12:23 | codegen: Merge xmlunicode.c into xmlregexp.c Include generated parts. Generate xmlChRangeGroups instead of functions for Unicode blocks. | ||
| 4cb767e9 | 2025-05-16 01:52:44 | codegen: Only generate tables for character ranges The rest can be easily maintained manually. | ||
| 258d8706 | 2025-05-15 17:49:49 | codegen: Consolidate tools for code generation Move tools, source files and output tables into codegen directory. Rename some files. Adjust tools to match modified files. Remove generation date and source files from output. Distribute all tools and sources. |