mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-09 13:10:50 +02:00
second set of ANSI C changes: C89-style function declarations, more inline functions, remove register keyword
This commit is contained in:
@@ -4864,3 +4864,30 @@ examples/loadables/{uname,unlink,whoami}.c
|
||||
xmalloc.c, array2.c, list.c, dispose_cmd.c, copy_cmd.c, bracecomp.c, mksyntax.c
|
||||
- PARAMS: remove for ANSI C-ification
|
||||
- C89-style function declarations
|
||||
|
||||
12/30
|
||||
-----
|
||||
hashlib.c,assoc.c,input.c,hashcmd.c,alias.c,alias.h,array.c,flags.c,pcomplib.c,
|
||||
pcomplib.h,locale.c
|
||||
variables.c,arrayfunc.c,bashhist.c,bashline.c,error.c,pathexp.c,nojobs.c,
|
||||
stringlib.c,eval.c,findcmd.c,mailcheck.c,make_cmd.c,shell.c,print_cmd.c,
|
||||
general.c,expr.c
|
||||
- PARAMS: remove for ANSI C-ification
|
||||
- C89-style function declarations
|
||||
- add `const' and `inline' where it makes sense
|
||||
|
||||
12/31
|
||||
-----
|
||||
test.c,execute_cmd.c,parse.y,pcomplete.c,trap.c,subst.c,braces.c,jobs.c,sig.c
|
||||
builtins/{evalstring.c,gen-helpfiles.c,mkbuiltins.c}
|
||||
builtins/{alias.def,bind.def,break.def,builtin.def,caller.def,cd.def,colon.def}
|
||||
builtins/{command.def,complete.def,declare.def,echo.def,enable.def,eval.def}
|
||||
builtins/{exec.def,exit.def,fc.def,fg_bg.def,hash.def,help.def,history.def}
|
||||
builtins/{jobs.def,kill.def,let.def,mapfile.def,printf.def,pushd.def,read.def}
|
||||
builtins/{return.def,set.def,setattr.def,shift.def,shopt.def,source.def}
|
||||
builtins/{suspend.def,test.def,times.def,trap.def,type.def,ulimit.def}
|
||||
builtins/{umask.def,wait.def}
|
||||
- PARAMS: remove for ANSI C-ification
|
||||
- C89-style function declarations
|
||||
- add `const' and `inline' where it makes sense
|
||||
|
||||
|
||||
Reference in New Issue
Block a user