summaryrefslogtreecommitdiff
path: root/src/lexical_numeric_compare.c
AgeCommit message (Collapse)Author
2023-04-26T5185: drop assumption in case of a sequence of 0'sJohn Estabrook
In the original implementation, it was mistakenly assumed that strings of digits of differing lengths would not have equal value, but strings of 0's are a counterexample.
2023-03-14T5088: add lexical_numeric_compare functionJohn Estabrook