John Benediktsson
|
6890ec3fe4
|
extra: remove some unneeded IN: in -tests.
|
2018-02-14 17:01:11 -08:00 |
Björn Lindqvist
|
3bbc784fad
|
calendar.parser,robots: hhmm>timestamp -> hhmm>duration
Better to parse it as a duration because it is not a valid timestamp.
|
2017-01-04 09:10:15 +01:00 |
Björn Lindqvist
|
2895d5e095
|
calendar.format: moving parsing words to a new vocab calendar.parser
The vocab was getting big so the idea is to have all the time parsing in
calendar.parsing and only keep formatting words in calendar.format.
|
2017-01-04 08:50:24 +01:00 |
Alexander Iljin
|
2fd5654473
|
Add EOL at EOF for all authors.txt files for consistency
In some instances replaced CR/LF with LF.
|
2016-07-30 09:25:30 -07:00 |
John Benediktsson
|
498285d7dd
|
unicode: make this the API for all unicode things.
|
2016-03-30 23:29:48 -07:00 |
Doug Coleman
|
4ec2311406
|
factor: Trim whitespace after ! comments and a few USING: lines that got skipped before.
|
2015-07-18 20:14:22 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
John Benediktsson
|
b366a06c41
|
use reject instead of [ ... not ] filter.
|
2015-05-12 18:50:34 -07:00 |
John Benediktsson
|
712be93989
|
http.client: remove http-get* and its friends, change http-request* and with-http-request* to not check response codes.
|
2014-03-12 19:39:15 -07:00 |
John Benediktsson
|
435f54cf59
|
http.client: use new http-get* word.
|
2013-10-12 10:25:42 -07:00 |
Doug Coleman
|
b491b5aeb6
|
robots: Rename
|
2013-03-24 10:11:18 -07:00 |
John Benediktsson
|
6f1c44b46d
|
Cleanup some lint warnings.
|
2011-10-15 19:19:44 -07:00 |
Doug Coleman
|
1e14a83ee1
|
allow robot-identifiers to be set for robots.txt
|
2009-06-19 14:41:48 -05:00 |
Doug Coleman
|
65802b6aaa
|
fix unit test in robots
|
2009-04-07 10:08:01 -05:00 |
Doug Coleman
|
b6064813c9
|
construct a glob-matching quote for robots.txt files
|
2009-04-06 17:39:44 -05:00 |
Doug Coleman
|
c626cab383
|
a robots.txt parser
|
2009-03-20 21:56:48 -05:00 |