1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-23 12:27:11 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Werner Almesberger
91efd87b73 sch2fig/git-file.c (send_data): don't pass newline to parser
We tried to do what fgets does, but file.c undid that for regular
files, so let's be compatible.
2016-08-02 09:57:47 -03:00
Werner Almesberger
77ac119136 sch2fig/: new option -C file to "cat" a file (also works with git)
This provides quick access to the git-file mechanism.
2016-08-02 09:35:37 -03:00
Werner Almesberger
7cfb2d72be sch2fig/: support direct reading from git repo (WIP) 2016-08-02 09:04:29 -03:00
Werner Almesberger
47792182b7 sch2fig/: option -v (can be repeated) for progress and debugging output 2016-08-02 06:31:23 -03:00
Werner Almesberger
71aeab9ab8 sch2fig/main.c (read_file): move to file.c
This is to allow further I/O abstraction, later.
2016-07-31 15:10:14 -03:00