ruby/ext/date
Nobuyoshi Nakada 384e6945ac [ruby/date] Enclose dangling else in braces and fix -Wmisleading-indentation
```
date_strptime.c:253:324: warning: misleading indentation;
      statement is not part of the previous 'if' [-Wmisleading-indentation]
  253 |   ...((VALUE)RUBY_Qtrue)); return 0; } while (0); si += l; } while (0);
      |                                                   ^
date_strptime.c:252:7: note: previous statement is here
  252 |       else
      |       ^
```

41aed5b746
2025-01-13 03:12:28 +00:00
..
lib [ruby/date] Bump up 3.4.1 2024-12-02 07:51:06 +00:00
date.gemspec [ruby/date] Simplify description of this library 2024-12-26 10:27:24 +09:00
date_core.c [ruby/date] Fix broken rdoc-ref to the calendar page 2024-12-15 06:20:10 +00:00
date_parse.c [ruby/date] Use locale insensitive casecmp 2024-06-24 15:36:56 +00:00
date_strftime.c [ruby/date] Make %v strftime flag use uppercase month 2021-09-28 17:34:26 +09:00
date_strptime.c [ruby/date] Enclose dangling else in braces and fix -Wmisleading-indentation 2025-01-13 03:12:28 +00:00
date_tmx.h
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
extconf.rb [ruby/date] Suppress compound-token-split-by-macro warnings 2024-11-29 02:48:09 +00:00
prereq.mk [ruby/date] Use gperf 3.1 to generate ANSI-C code 2024-06-24 15:36:55 +00:00
update-abbr [ruby/date] Honor timezones from timeanddate.com 2020-11-12 21:34:54 +09:00
zonetab.h [ruby/date] Update zonetab.h at 2024-06-26 2024-06-26 10:01:21 +00:00
zonetab.list [ruby/date] Use strncasecmp 2024-06-24 15:36:56 +00:00