summaryrefslogtreecommitdiff
path: root/python/modules/cquoting.c
AgeCommit message (Collapse)Author
2009-04-28cquoting: compat macros for MSC, minor cleanupsMarko Kreen
- MSC: macros for 'inline', 'strcasecmp' - Use stdbool.h instead custom enum for 'bool'.
2008-12-29Fix cquoting crash with Decimal() type.Marko Kreen
Seems there can be types which have buffer operations struct, but no function pointers. So check also for called functions.
2008-04-03dollar quotingMarko Kreen
2008-03-12slight comments cleanupMarko Kreen
2008-03-11unquote_ident() + unquote_literal()Marko Kreen
2008-02-28add commentMarko Kreen
2008-02-28bring new quoting & parsing code to headMarko Kreen