Age | Commit message (Expand) | Author | Lines |
2010-01-03 | More code reuse | Daniel Friesel | -21/+11 |
2010-01-03 | Yet further continued code cleanup | Daniel Friesel | -12/+18 |
2009-12-24 | efa: Allow stop-specification as addr:stop and poi:stop | Daniel Friesel | -0/+26 |
2009-09-24 | Fixed length of unicode chars in printf (but now unicode in arguments doesn't... | Daniel Friesel | -1/+2 |
2009-09-21 | Yet more code cleanup | Daniel Friesel | -53/+68 |
2009-09-20 | Improved readability of the regular expressions | Daniel Friesel | -10/+56 |
2009-09-12 | Version bump1.0.2 | Daniel Friesel | -1/+1 |
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 |