quakeforge/libs/ruamoko
Bill Currie 582423a019 [ruamoko] Extend the string api
Wrap the strtod, strtof, strtol, strtoul functions, supporting the end
pointer as well (if not nil, the int offset of the end pointer relative
to the string start is returned).

Also, str_unmutable creates a return string from a mutable string
(copying it).
2023-05-27 12:47:33 +09:00
..
Makemodule.am
pr_cmds.c
rua_cbuf.c [ruamoko] Make cbuf functions take a cbuf param 2023-05-24 21:01:07 +09:00
rua_cmd.c [ruamoko] Plug yet more memory leaks 2023-03-05 18:31:30 +09:00
rua_cvar.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
rua_game_init.c
rua_gui.c [ruamoko] Handle missing fonts correctly 2023-03-28 13:23:14 +09:00
rua_hash.c [gamecode] Clean up a pile of memory leaks 2023-03-03 22:07:27 +09:00
rua_init.c
rua_input.c [ruamoko] Plug yet more memory leaks 2023-03-05 18:31:30 +09:00
rua_keys.c
rua_math.c
rua_mersenne.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
rua_model.c [ruamoko] Plug yet more memory leaks 2023-03-05 18:31:30 +09:00
rua_msgbuf.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
rua_obj.c [ruamoko] Support nil object in obj_error 2023-05-27 12:47:33 +09:00
rua_plist.c [plist] Use reference counts for items 2023-03-13 11:26:13 +09:00
rua_qfile.c [gamecode] Clean up a pile of memory leaks 2023-03-03 22:07:27 +09:00
rua_qfs.c
rua_runtime.c
rua_scene.c [ruamoko] Plug yet more memory leaks 2023-03-05 18:31:30 +09:00
rua_script.c [ruamoko] Fortify and extend the script api 2023-05-27 12:47:33 +09:00
rua_set.c [gamecode] Make modules responsible for freeing resources 2023-03-03 20:26:00 +09:00
rua_stdlib.c
rua_string.c [ruamoko] Extend the string api 2023-05-27 12:47:33 +09:00