lperrey
|
69adb1cf2f
|
retrieve_path() leak fixed
|
2021-12-22 19:34:21 +01:00 |
|
LuckyLaszlo
|
b51535cdbc
|
export builtin bugfix
now check frst char before split
return error even if argument first char is '='
|
2021-12-21 22:42:01 +01:00 |
|
LuckyLaszlo
|
cee6a8962b
|
shlvl_init(), set SHLVL
+ export builtin small change
|
2021-12-08 06:36:52 +01:00 |
|
LuckyLaszlo
|
200e043a8c
|
builtin export fixed and refactored
+ builtin exit, env verif OK
|
2021-12-06 03:56:05 +01:00 |
|
LuckyLaszlo
|
b7b3cec6e0
|
builtin unset + fixed builtin export
|
2021-12-05 18:15:23 +01:00 |
|
LuckyLaszlo
|
c3a9035622
|
builtins cd, pwd (todo, refactoring cd)
|
2021-12-05 01:01:27 +01:00 |
|
LuckyLaszlo
|
27c00a78a0
|
export builtin
|
2021-12-04 18:14:24 +01:00 |
|
LuckyLaszlo
|
5b3e566b25
|
searching solution for invalid free in readline.
|
2021-11-29 12:15:17 +01:00 |
|
LuckyLaszlo
|
3baf91afb3
|
replaced occurrences of last exit_status
+ deleted envp comments
+ WIP Macro exit status
+ TODO : Invalid free of environ in readline
|
2021-11-27 12:59:16 +01:00 |
|
LuckyLaszlo
|
843b6d84c5
|
"extern char **environ" in header file
+ global var g_all deleted, renamed switch_heredoc_sigint
|
2021-11-26 21:58:52 +01:00 |
|
hugogogo
|
3465354af5
|
cd ok et appel a path dans export
|
2021-11-26 00:00:00 +01:00 |
|
hugogogo
|
ef3e91be13
|
variable extern environ fonction avec getenv et export ok
|
2021-11-25 19:45:41 +01:00 |
|
hugogogo
|
57c271b9e2
|
signaux fonctionnent sur test
|
2021-11-15 16:09:19 +01:00 |
|
hugogogo
|
47ae67ed14
|
ajout des builtins pwd cd et export
|
2021-11-11 17:44:42 +01:00 |
|