summaryrefslogtreecommitdiff
path: root/regparse.c
AgeCommit message (Expand)Author
2018-11-28remove two unnecessary variables (np2 and np3)duerst
2018-11-28eliminate intermediate variable in very short block (3 times)duerst
2018-11-28use create_sequence_node() four more timesduerst
2018-11-28use create_sequence_node() once moreduerst
2018-11-28introduce macro R_ERR to reduce repetitive codeduerst
2018-11-28reduce number of arguments on quantify_property_node()duerst
2018-11-27fix order of subexpressions for Hangulduerst
2018-11-27* remove trailing spaces.svn
2018-11-27introduce two more uses of create_sequence_node in node_extended_grapheme_clu...duerst
2018-11-27correctly handle return value from create_sequence_node()duerst
2018-11-27* remove trailing spaces.svn
2018-11-27declare array for sequence at start of code creating sequenceduerst
2018-11-27make sure all nodes are correctly freed in create_property_node()duerst
2018-11-27regparse.c: conform C90k0kubun
2018-11-27introduce helper function create_sequence_node()duerst
2018-11-27* remove trailing spaces.svn
2018-11-27introduce helper function quantify_property_node()duerst
2018-11-27introduce helper function quantify_node() to wrap function node_new_quantifierduerst
2018-11-27use explicit property name when creating nodes for "Grapheme_Cluster_Break=Ex...duerst
2018-11-27use 'Regional_Indicator' script property instead of fixed constantsduerst
2018-11-27add some comments in function node_extended_grapheme_cluster() [ci skip]duerst
2018-11-25create function create_property_node to extract recurring functionalityduerst
2018-10-16regparse.c: check the result of propname2ctypenobu
2018-10-15unicode.c: moved addtional GCB rangesnobu
2018-10-15regparse.c: Suppress duplicated range warning by mere \Xnobu
2018-10-15regparse.c: warn all duplicated ranges when debuggingnobu
2018-01-18Fix typos.hsbt
2017-12-01Update to Onigmo 6.1.3-669ac9997619954c298da971fcfacccf36909d05.naruse
2017-02-20regparse.c: initialize return valuesnobu
2017-02-11Merge Onigmo 6.1.1naruse
2016-12-10Merge Onigmo 6.0.0naruse
2016-11-30Regexp supports Unicoe 9.0.0's \Xnaruse
2016-05-25* regparse.c (fetch_token_in_cc): raise error if given octal escapednaruse
2016-05-08* gc.c (rb_gc_unprotect_logging): throw rb_memerror when it cannotnaruse
2016-01-21* regparse.c (fetch_name_with_level): allow non word charactersnaruse
2015-12-09Revert r52995nobu
2015-12-09use atomic operationsnobu
2014-09-16regparse.c: remove unused variablenobu
2014-09-15* reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544naruse
2014-07-16* regcomp.c: Merge Onigmo 5.14.1 25a8a69fc05ae3b56a09.naruse
2013-04-13* Merge Onigmo 5.13.4 f22cf2e566712cace60d17f84d63119d7c5764ee.naruse
2013-03-01* Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757fnaruse
2013-01-13* regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse
2012-12-29adjust stylenobu
2012-10-13* regparse.c (parse_char_class): should match with a hyphen after ausa
2012-07-18warning: no indirect flagnobu
2012-06-13* regparse.c (PFETCH_READY): suppress Wunused-but-set-variable.naruse
2012-06-13 * regparse.c (PFETCH_READY): this line was to suppress warning,shyouhei
2012-06-02* regparse.c (onig_number_of_names): suppress a warning.naruse
2012-03-21* regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.naruse