Differences From Artifact [8c44ef228b]:
- File generic/tclDate.c — part of check-in [7ac468debe] at 2012-04-23 13:17:12 on branch core-8-5-branch — make some more internal tables const (user: jan.nijtmans size: 78048) [more...]
To Artifact [b09f669f36]:
- File generic/tclDate.c — part of check-in [5712054958] at 2013-06-17 13:23:29 on branch core-8-5-branch — Use more portable TclIsSpaceProc() in stead of isspace(). Make sure that "string is space \u180e" continues to return 1 for whatever unicode version. (user: jan.nijtmans size: 78048) [more...]
| ︙ | |||
2686 2687 2688 2689 2690 2691 2692 | 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 | - + |
register char c;
register char *p;
char buff[20];
int Count;
location->first_column = yyInput - info->dateStart;
for ( ; ; ) {
|
| ︙ |