Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-08-17 | Set libft/ft_is* to type t_bool | JozanLeClerc | 8 | -15/+16 |
2020-08-15 | Quick fix | JozanLeClerc | 3 | -3/+4 |
2020-08-15 | Error handling ok | JozanLeClerc | 5 | -2/+56 |
2020-08-15 | Can read scripts, but need to handle fails | JozanLeClerc | 6 | -14/+42 |
2020-08-15 | Now deletes comments | JozanLeClerc | 1 | -0/+18 |
2020-08-15 | Cleaner | JozanLeClerc | 2 | -4/+4 |
2020-08-14 | && and || works pretty bav | JozanLeClerc | 5 | -44/+53 |
2020-08-14 | Just a few more line and we're good | JozanLeClerc | 1 | -3/+110 |
2020-08-14 | I must split | JozanLeClerc | 5 | -13/+70 |
2020-08-13 | Removed bloat | JozanLeClerc | 1 | -3/+0 |
2020-08-12 | Working builtins to pipes, ready to merge | JozanLeClerc | 1 | -0/+2 |
2020-08-12 | FeelsCleanMan | JozanLeClerc | 36 | -310/+349 |
2020-08-10 | Lots of stuff to do | JozanLeClerc | 2 | -5/+2 |
2020-08-10 | Okok | JozanLeClerc | 3 | -34/+66 |
2020-08-10 | Instant vars TODO done | JozanLeClerc | 1 | -0/+17 |
2020-08-10 | Pretty damn good one-tap vars | JozanLeClerc | 6 | -21/+85 |
2020-08-10 | Work in progress | JozanLeClerc | 19 | -67/+91 |
2020-08-10 | pwd TODO done | JozanLeClerc | 1 | -2/+4 |
2020-08-07 | Forked builtins | JozanLeClerc | 6 | -12/+120 |
2020-08-06 | Old style rewrite in progress | JozanLeClerc | 1 | -0/+31 |
2020-08-06 | Going back the old way | JozanLeClerc | 1 | -4/+17 |
2020-08-06 | Removed shit | JozanLeClerc | 1 | -2/+0 |
2020-08-06 | In progress, trying to redirect correctly | JozanLeClerc | 3 | -3/+6 |
2020-08-06 | Removed useless bloat | JozanLeClerc | 1 | -1/+0 |
2020-08-05 | Vars are fixed and finished | JozanLeClerc | 9 | -68/+120 |
2020-08-05 | New utils functions | JozanLeClerc | 3 | -1/+29 |
2020-08-05 | Quick fix | JozanLeClerc | 1 | -2/+2 |
2020-08-05 | Format fix | JozanLeClerc | 1 | -1/+1 |
2020-08-05 | fixed pwd | JozanLeClerc | 1 | -60/+30 |
2020-08-05 | Fixed $PWD at startup | JozanLeClerc | 4 | -0/+109 |
2020-08-04 | FeelsGoodMan | JozanLeClerc | 5 | -10/+55 |
2020-08-04 | Added -P to cwd | JozanLeClerc | 1 | -1/+10 |
2020-08-04 | Freed leak | JozanLeClerc | 2 | -1/+2 |
2020-08-04 | later | JozanLeClerc | 1 | -0/+1 |
2020-08-04 | sec | JozanLeClerc | 1 | -2/+2 |
2020-08-04 | $? fix | JozanLeClerc | 3 | -5/+5 |
2020-08-04 | Change | JozanLeClerc | 1 | -2/+2 |
2020-08-04 | Huge bug fix | JozanLeClerc | 4 | -9/+15 |
2020-08-04 | New libft function strclen, bug fix | JozanLeClerc | 1 | -1/+3 |
2020-08-04 | Unset is fine | JozanLeClerc | 4 | -22/+131 |
2020-08-03 | Export is working | JozanLeClerc | 7 | -31/+94 |
2020-08-03 | Added $ for varname | JozanLeClerc | 1 | -2/+4 |
2020-08-03 | Splitted var | JozanLeClerc | 3 | -3/+36 |
2020-08-03 | Changed function name | JozanLeClerc | 6 | -6/+6 |
2020-08-03 | Cleaner headers | JozanLeClerc | 26 | -75/+36 |
2020-08-03 | In progress | JozanLeClerc | 3 | -2/+16 |
2020-08-01 | Pretty good | JozanLeClerc | 1 | -0/+1 |
2020-08-01 | More UNIX friendly libft | JozanLeClerc | 5 | -23/+61 |
2020-08-01 | export first part is working fine | JozanLeClerc | 3 | -10/+59 |
2020-08-01 | Bug fix | JozanLeClerc | 2 | -14/+18 |