Age | Commit message (Expand) | Author | Lines |
2009-09-12 | efa(1): Unicode may work or may not. | Daniel Friesel | -2/+2 |
2009-08-31 | efa: parse_content: Correctly parse Fußweg messages with time | Daniel Friesel | -4/+7 |
2009-08-27 | efa: parse_content: Merged two if () checks | Daniel Friesel | -4/+1 |
2009-08-27 | Use foreach instead of for with useless $j counter | Daniel Friesel | -1/+1 |
2009-08-05 | efa: Code cleanup | Daniel Friesel | -34/+31 |
2009-07-10 | Some code cleanup | Daniel Friesel | -19/+19 |
2009-07-10 | efa: Fixed a really stupid mistake | Daniel Friesel | -1/+1 |
2009-07-09 | efa: Renamed --restrict option to --include | Daniel Friesel | -9/+9 |
2009-07-09 | efa: Added --version switch | Daniel Friesel | -0/+6 |
2009-07-03 | efa(1): Mention missing unicode support for arguments | Daniel Friesel | -0/+5 |
2009-07-01 | efa: efa.vrr.de changed something, fixed the resulting encoding fuckup | Daniel Friesel | -5/+5 |
2009-06-24 | efa(1): Fixed a POD warning | Daniel Friesel | -1/+1 |
2009-06-22 | efa: Support more non-timestamped connections | Daniel Friesel | -2/+2 |
2009-06-17 | efa: Support additional cases of un-timestamped connections | Daniel Friesel | -1/+1 |
2009-06-14 | efa: Refer to efa --help whin invoked with wrong arguments | Daniel Friesel | -1/+1 |
2009-06-07 | efa: Use perldoc -F | Daniel Friesel | -1/+1 |
2009-05-25 | efa: --date: Make the year optional | Daniel Friesel | -1/+2 |
2009-05-23 | efa: Show "Fußweg" on all connections, not just the last one | Daniel Friesel | -1/+1 |
2009-05-23 | efa: Fixed generic messages without time | Daniel Friesel | -2/+7 |
2009-05-23 | efa: Fixed parsing of "Fußweg" messages | Daniel Friesel | -0/+4 |
2009-05-23 | efa: Added support for --{from,to,via}-type | Daniel Friesel | -3/+20 |
2009-05-23 | efa(1): --from and --to are no longer mandatory | Daniel Friesel | -2/+2 |
2009-05-22 | efa: --walk-speed: Use smart matches instead of regexes | Daniel Friesel | -1/+1 |
2009-05-21 | efa: fixed a typo in an error message | Daniel Friesel | -1/+1 |
2009-05-21 | efa: Improved --ignore-info handling | Daniel Friesel | -3/+5 |
2009-05-21 | efa: Added --bike option ("Fahrradmitnahme") | Daniel Friesel | -1/+12 |
2009-05-21 | efa: Added --walk-speed ("Gehgeschwindigkeit") | Daniel Friesel | -0/+15 |
2009-05-20 | efa: Added --exclude ("ausgewählte Verkehrsmittel") | Daniel Friesel | -0/+34 |
2009-05-19 | efa: Added --max-change (maximum number of interchanges) | Daniel Friesel | -0/+10 |
2009-05-19 | efa: Added --proximity ("Berücksichtigung von Nachbarhaltestellen bei Start ... | Daniel Friesel | -0/+10 |
2009-05-19 | efa: Added --prefer option (choose connection based on speed/interchanges/wal... | Daniel Friesel | -1/+34 |
2009-05-17 | efa: Added --help option | Daniel Friesel | -0/+1 |
2009-05-16 | efa(1): Fixed the --restrict list | Daniel Friesel | -4/+4 |
2009-05-16 | efa(1): Fixed and updated --ignore-info | Daniel Friesel | -1/+1 |
2009-05-15 | efa: Added <from> <via> <to> invocation | Daniel Friesel | -2/+6 |
2009-05-04 | efa: Extend $ignore_info to cover more cases | Daniel Friesel | -1/+1 |
2009-05-02 | efa: Added --ignore-info switch, ignore bicycle-related information by default | Daniel Friesel | -1/+9 |
2009-05-02 | efa: Display additional train-related information | Daniel Friesel | -6/+21 |
2009-05-01 | efa: Added note about no-break space in a regular expression | Daniel Friesel | -0/+1 |
2009-05-01 | efa: Added alternative "efa city stop city stop" invocation | Daniel Friesel | -1/+11 |
2009-04-18 | efa(1): Fixed a typo (thx zaba) | Daniel Friesel | -1/+1 |
2009-04-18 | efa: Don't print trailing separation mark ("------") | Daniel Friesel | -5/+8 |
2009-04-16 | efa: parse_content: Print skipped infos in debug mode | Daniel Friesel | -1/+2 |
2009-04-07 | efa: Put some stuff into subs | Daniel Friesel | -45/+71 |
2009-04-07 | Don't use STDERR to display choices (it doesn't have binmode utf8) | Daniel Friesel | -2/+2 |
2009-04-07 | efa: Display possible values for every ambiguous input | Daniel Friesel | -8/+4 |
2009-04-07 | efa: Show possible alternatives when receiving ambiguous input | Daniel Friesel | -1/+15 |
2009-04-04 | Some restructuring | Daniel Friesel | -11/+11 |
2009-04-04 | Added --restrict option for line selection (e.g. use ICE lines, too) | Daniel Friesel | -1/+36 |
2009-03-26 | Removed --time-for, added --arrive and --depart instead | Daniel Friesel | -12/+15 |