Merge commit '722771973bd' into patches/lyslyskom22891031 * commit '722771973bd': (6177 commits) Verify that callablep responses are aligned with reality. ...
Merge commit '2470270f500c728d10b8895314d8d8b07016e37b' into grubba/typechecker-automap * commit '2470270f500c728d10b8895314d8d8b07016e37b': (18681 commits) Removed the old typechecker. ...
Merge remote-tracking branch 'origin/master' into new_utf8
Merge remote-tracking branch 'origin/8.1' into gobject-introspection
Merge commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e' into patches/pike63 * commit '75c9d1806f1a69ca21c27a2c2fe1b4a6ea38e77e': (19587 commits) ...
Parser.Pike: Converted C module to CMOD.
Better support for wide string pike code.
Use isidchar instead of making our own aproximation.
inline is part of c99 We do have.. excessive amounts of inline, incidentally. :)
Obsess less about if size_shift is 3.
Removed trailing spaces.
block_allocator: cleaned up some old includes
Merge branch '8.0' into gobject-introspection
Fixed Autodoc markup. Rev: src/modules/Parser/c.c:1.11 Rev: src/modules/Parser/parser.c:1.21 Rev: src/modules/Parser/pike.c:1.11 Rev: src/modules/Parser/rcs.c:1.5
Undid refdoc for internal functions. It's wrong anyway since they make the functions appear on the global level, where they only cause confusion. Rev: src/modules/Parser/c.c:1.10 Rev: src/modules/Parser/pike.c:1.10
Abstraction Rev: src/modules/Parser/pike.c:1.9
Memory usage optimization. Rev: src/modules/Parser/c.c:1.9 Rev: src/modules/Parser/pike.c:1.8
I blame Per for this bug. Also removed side effect and external depend optimizer flags. Rev: src/modules/Parser/c.c:1.8 Rev: src/modules/Parser/pike.c:1.7
Fixed AutoDoc mk II. Rev: src/modules/Parser/c.c:1.7 Rev: src/modules/Parser/pike.c:1.6
Fixed type. Rev: src/modules/Parser/pike.c:1.5
Fixed *lots* of bugs. Rev: src/modules/Parser/c.c:1.6 Rev: src/modules/Parser/pike.c:1.4
Give empty strings the short cut. Rev: src/modules/Parser/pike.c:1.3
Disabled some broken autodoc. Rev: src/modules/Parser/pike.c:1.2
Pike parser, take 1. Rev: src/modules/Parser/pike.c:1.1 Rev: src/modules/Parser/pike_tokenizer.h:1.1