Menu

Tree [424828] master / src / rtlib /
 History

HTTPS access


File Date Author Commit
 android 2020-03-20 Ralph Versteegen Ralph Versteegen [f9c0d7] A small note in android/sys_getexepath.c
 darwin 2022-10-01 Daniel Klauer Daniel Klauer [70770c] rtlib/gfxlib2: Fix/clean up GetMouse() function...
 dos 2024-05-18 Jeff Marshall Jeff Marshall [49d8cc] rtlib/dos: update symb_reg.txt
 dragonfly 2022-10-01 Daniel Klauer Daniel Klauer [70770c] rtlib/gfxlib2: Fix/clean up GetMouse() function...
 freebsd 2022-10-01 Daniel Klauer Daniel Klauer [70770c] rtlib/gfxlib2: Fix/clean up GetMouse() function...
 js 2024-04-20 Jeff Marshall Jeff Marshall [8d13f3] profiler: rtlib: add fb_ProfileLock()/fb_Profil...
 linux 2022-10-01 Daniel Klauer Daniel Klauer [70770c] rtlib/gfxlib2: Fix/clean up GetMouse() function...
 netbsd 2022-10-01 Daniel Klauer Daniel Klauer [70770c] rtlib/gfxlib2: Fix/clean up GetMouse() function...
 openbsd 2022-10-01 Daniel Klauer Daniel Klauer [70770c] rtlib/gfxlib2: Fix/clean up GetMouse() function...
 solaris 2015-07-13 Stefan Schmidt Stefan Schmidt [6f21bb] rtlib: Implemented fb_hGetExeName for Solaris/S...
 static 2024-05-11 Jeff Marshall Jeff Marshall [7cf416] rtlib: profiler: split profile.c
 unix 2024-04-20 Jeff Marshall Jeff Marshall [8d13f3] profiler: rtlib: add fb_ProfileLock()/fb_Profil...
 win32 2024-04-20 Jeff Marshall Jeff Marshall [8d13f3] profiler: rtlib: add fb_ProfileLock()/fb_Profil...
 x86 2021-01-15 Ralph Versteegen Ralph Versteegen [638d68] Compile cpudetect.s into x86 PIC rtlib builds. ...
 xbox 2024-04-20 Jeff Marshall Jeff Marshall [8d13f3] profiler: rtlib: add fb_ProfileLock()/fb_Profil...
 array_boundchk.c 2024-05-14 Jeff Marshall Jeff Marshall [f16acb] fbc: add '-earraydims' for error checking on ar...
 array_clear.c 2024-03-08 Jeff Marshall Jeff Marshall [da8f14] fbc: string*n - redim and erase
 array_clearobj.c 2021-11-28 coderJeff coderJeff [7fa072] rtlib: sf.net # 950: REDIM PRESERVE does not de...
 array_core.c 2021-11-28 coderJeff coderJeff [7fa072] rtlib: sf.net # 950: REDIM PRESERVE does not de...
 array_destructobj.c 2021-11-28 coderJeff coderJeff [7fa072] rtlib: sf.net # 950: REDIM PRESERVE does not de...
 array_destructstr.c 2021-11-28 coderJeff coderJeff [7fa072] rtlib: sf.net # 950: REDIM PRESERVE does not de...
 array_erase.c 2020-09-19 coderJeff coderJeff [e558c7] rtlib: remove legacy 'isvarlen' argument from a...
 array_eraseobj.c 2020-09-19 coderJeff coderJeff [243fd5] rtlib: check for static object arrays in ERASE
 array_erasestr.c 2020-09-19 coderJeff coderJeff [d0ad09] rtlib: remove unused 'dofill' argument in array...
 array_getdesc.c 2019-08-18 coderJeff coderJeff [d7ec6f] fbc-int: add array descriptor API
 array_lbound.c 2014-04-08 dkl dkl [23fb90] Shrink dynamic array descriptors when dimension...
 array_redim.c 2024-03-08 Jeff Marshall Jeff Marshall [da8f14] fbc: string*n - redim and erase
 array_redim_obj.c 2020-09-19 coderJeff coderJeff [e558c7] rtlib: remove legacy 'isvarlen' argument from a...
 array_redimpresv.c 2024-03-08 Jeff Marshall Jeff Marshall [da8f14] fbc: string*n - redim and erase
 array_redimpresv_obj.c 2014-01-20 dkl dkl [7ec04a] REDIM: Don't leave elements with dtor only unin...
 array_redimto.c 2020-09-19 coderJeff coderJeff [e558c7] rtlib: remove legacy 'isvarlen' argument from a...
 array_resetdesc.c 2019-08-25 coderJeff coderJeff [c871dd] fbc: add array descriptor 'flags' field
 array_ubound.c 2014-04-08 dkl dkl [23fb90] Shrink dynamic array descriptors when dimension...
 con_input.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 con_lineinp.c 2016-10-17 Ralph Versteegen Ralph Versteegen [0d68ff] rtlib: Add Android target
 con_lineinp_wstr.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 con_locate.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 con_pos.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 con_print_raw.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 con_print_raw_uni.h 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 con_print_raw_wstr.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 con_print_tty.c unknown
 con_print_tty_uni.h 2014-03-15 dkl dkl [4857cd] rtlib/gfxlib2: Fix missing initializers because...
 con_print_tty_wstr.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 con_readline.c 2014-03-15 dkl dkl [4857cd] rtlib/gfxlib2: Fix missing initializers because...
 data.c 2012-11-26 dkl dkl [677f97] rtlib: Return empty string for [w]string READ w...
 data_readbool.c 2015-06-21 coderJeff coderJeff [08db00] boolean: added runtime library support for bool...
 data_readbyte.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readdouble.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readint.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readlong.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readshort.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readsingle.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readstr.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readubyte.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readuint.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readulong.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readushort.c 2013-07-14 dkl dkl [e575e6] rtlib: Fix fb_Data*() functions for 64bit
 data_readwstr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 dev_com.c 2015-07-27 dkl dkl [a86c62] Change FileAttr() to return Integer and make fb...
 dev_com_private.h 2015-07-27 dkl dkl [a86c62] Change FileAttr() to return Integer and make fb...
 dev_com_test.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_cons_open.c 2019-09-25 coderJeff coderJeff [80bd86] rtlib: FileTruncate: remove from device driver
 dev_err_open.c 2019-09-25 coderJeff coderJeff [80bd86] rtlib: FileTruncate: remove from device driver
 dev_file_close.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_file_encod_open.c 2022-09-24 coderJeff coderJeff [891164] github # 393: rtlib: OPEN always fails when ope...
 dev_file_encod_read.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 dev_file_encod_read_core.c 2018-09-29 Matthew Fearnley Matthew Fearnley [f6cdf6] rtlib: missed some more warnings
 dev_file_encod_read_wstr.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 dev_file_encod_readline.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_file_encod_readline_wstr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 dev_file_encod_write.c 2014-03-12 Ebben Feagan Ebben Feagan [92fd8d] More unsigned -> signed compares
 dev_file_encod_write_wstr.c 2014-03-12 Ebben Feagan Ebben Feagan [92fd8d] More unsigned -> signed compares
 dev_file_eof.c 2015-12-06 dkl dkl [10554b] Eof: Don't check ftell() in text-mode
 dev_file_flush.c 2019-09-22 coderJeff coderJeff [4864fa] rtlib: FileFlush, check for fflush() error
 dev_file_lock.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_file_open.c 2013-07-25 dkl dkl [bfe16e] rtlib: Call setvbuf() before doing I/O, to avoi...
 dev_file_read.c 2020-09-11 Matthew Fearnley Matthew Fearnley [da37c8] FB_READ_LARGE / FB_WRITE_LARGE functions.
 dev_file_read_wstr.c 2020-01-01 coderJeff coderJeff [39e613] rtlib: gitbub # 205, fix potential malloc null ...
 dev_file_readline.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 dev_file_readline_wstr.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 dev_file_seek.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_file_size.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 dev_file_tell.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_file_unlock.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_file_write.c 2020-09-11 Matthew Fearnley Matthew Fearnley [da37c8] FB_READ_LARGE / FB_WRITE_LARGE functions.
 dev_file_write_wstr.c 2020-01-01 coderJeff coderJeff [39e613] rtlib: gitbub # 205, fix potential malloc null ...
 dev_lpt.c 2014-03-12 Ebben Feagan Ebben Feagan [3e8a60] Accidentally added too many initializers to hoo...
 dev_lpt_close.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_lpt_test.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_lpt_write.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_lpt_write_wstr.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_pipe_close.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_pipe_open.c 2023-06-22 Ralph Versteegen Ralph Versteegen [24927e] rtlib/emscripten: disallow OPEN PIPE, it requir...
 dev_scrn.c 2015-04-01 dkl dkl [49b853] rtlib: Open Scrn: Fix dangling pointer to DEV_S...
 dev_scrn_close.c 2015-04-01 dkl dkl [0c2db8] rtlib: Share code between fb_DevScrnEnd/fb_DevS...
 dev_scrn_eof.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 dev_scrn_init.c 2019-09-25 coderJeff coderJeff [80bd86] rtlib: FileTruncate: remove from device driver
 dev_scrn_read.c 2014-04-22 dkl dkl [9efc5e] rtlib: Protect all FB_HANDLE_SCREEN access with...
 dev_scrn_read_wstr.c 2021-12-23 coderJeff coderJeff [48b196] rtlib: quiet warnings in newer gcc
 dev_scrn_readline.c 2021-12-23 coderJeff coderJeff [48b196] rtlib: quiet warnings in newer gcc
 dev_scrn_readline_wstr.c 2021-12-23 coderJeff coderJeff [48b196] rtlib: quiet warnings in newer gcc
 dev_scrn_write.c 2021-12-23 coderJeff coderJeff [48b196] rtlib: quiet warnings in newer gcc
 dev_scrn_write_wstr.c 2021-12-23 coderJeff coderJeff [48b196] rtlib: quiet warnings in newer gcc
 dev_stdio_close.c 2021-12-23 coderJeff coderJeff [48b196] rtlib: quiet warnings in newer gcc
 error.c 2024-05-14 Jeff Marshall Jeff Marshall [f16acb] fbc: add '-earraydims' for error checking on ar...
 error_assert.c 2012-12-13 dkl dkl [1131c0] rtlib: Print assert() messages after console re...
 error_assert_wstr.c 2015-10-29 dkl dkl [2d722b] rtlib: Fix wstring-to-zstring conversion functions
 error_getset.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 error_message.c 2015-07-11 Stefan Schmidt Stefan Schmidt [d7a530] rtlib: darwin: Added initilization string to __...
 error_ptrchk.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 fb.h 2024-04-20 Jeff Marshall Jeff Marshall [8d13f3] profiler: rtlib: add fb_ProfileLock()/fb_Profil...
 fb_array.h 2024-05-14 Jeff Marshall Jeff Marshall [f16acb] fbc: add '-earraydims' for error checking on ar...
 fb_config.h 2016-10-17 Ralph Versteegen Ralph Versteegen [0d68ff] rtlib: Add Android target
 fb_console.h 2022-06-17 coderJeff coderJeff [f4f3ff] sf.net: # 961: rtlib/gfxlib: COLOR() function r...
 fb_data.h 2015-06-21 coderJeff coderJeff [08db00] boolean: added runtime library support for bool...
 fb_datetime.h 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 fb_device.h 2015-09-20 dkl dkl [80b602] Update cached screen width if graphics/console ...
 fb_error.h 2024-05-14 Jeff Marshall Jeff Marshall [f16acb] fbc: add '-earraydims' for error checking on ar...
 fb_event.h 2018-11-11 coderJeff coderJeff [6d5c49] emscripten: KEY_F11/KEY_F12
 fb_file.h 2020-09-27 adeyblue adeyblue [2dbaf8] Added data destructors for thread local data th...
 fb_gfx_private.h 2015-03-31 dkl dkl [e9ef9c] rtlib/gfxlib2: Move FB_GFXCTX delaration into s...
 fb_hook.h 2022-06-17 coderJeff coderJeff [f4f3ff] sf.net: # 961: rtlib/gfxlib: COLOR() function r...
 fb_legacy.h 2013-05-25 dkl dkl [c0bad8] rtlib: Move old lcase/ucase functions into lega...
 fb_math.h 2020-11-14 coderJeff coderJeff [fa4042] rtlib: fix for loop in fb_math.h for older gcc
 fb_oop.h 2014-05-22 dkl dkl [ee685a] Change names of some internal structures/fields...
 fb_print.h 2020-12-23 coderJeff coderJeff [cb92ac] rtlib: sf.net # 928: Wrong sign / type when pri...
 fb_printer.h 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 fb_private_hdynload.h 2022-06-22 Daniel Klauer Daniel Klauer [a5ec1b] rtlib: Refactor: Improve fb_hDynLoad() constness
 fb_private_thread.h 2021-07-18 coderJeff coderJeff [7b91e9] rtlib: freebsd: minimum thread stacksize 8192 KiB
 fb_profile.h 2024-05-12 Jeff Marshall Jeff Marshall [94bdee] profiler: clean-up code to date
 fb_serial.h 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 fb_string.h 2024-03-24 Jeff Marshall Jeff Marshall [e2cddc] fbc: string*n LSET/RSET
 fb_system.h 2020-09-05 coderJeff coderJeff [d1fcd4] rtlib: internal fb_MemCopyClear() argument type...
 fb_thread.h 2024-04-13 Jeff Marshall Jeff Marshall [90780f] profiler: rtlib: rewrite to allow compilation
 fb_unicode.h 2021-11-23 Ralph Versteegen Ralph Versteegen [0a5ef1] android: Target android 2.3+ (API 9+) which sup...
 file_attr.c 2015-10-13 swurzinger swurzinger [6b13a8] Fix FileAttr return value type for x86_64 on Wi...
 file_close.c 2013-07-08 dkl dkl [de8196] rtlib: Add "void" to fb_FileCloseAll() declarat...
 file_copy_crt.c 2013-10-07 dkl dkl [b7858c] rtlib: Fix & simplify fb_CrtFileCopy()
 file_datetime.c 2024-01-05 Jeff Marshall Jeff Marshall [80f109] gcc warnings: src/rtlib/file_datetime.c
 file_dir64.c 2013-08-29 dkl dkl [088af1] rtlib: Add LONGINT overload for dir( filespec, ...
 file_dirnext.c 2014-03-15 dkl dkl [4857cd] rtlib/gfxlib2: Fix missing initializers because...
 file_dirnext64.c 2013-08-29 dkl dkl [798f03] rtlib: Add LONGINT overload for dir( outattrib )
 file_encod.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_eof.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_exists.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_flush.c 2019-09-26 coderJeff coderJeff [60e9b6] rtlib: FileFlush, allow option to flush all ope...
 file_free.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_get.c 2014-03-12 Ebben Feagan Ebben Feagan [398a72] Another comparison
 file_get_wstr.c 2015-11-29 dkl dkl [344389] Revert bad Get# wstring changes
 file_getarray.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_getstr.c 2015-09-14 dkl dkl [c31dad] rtlib: Fix fb_FileGetWstr & co to treat empty s...
 file_hconvpath.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_bool.c 2015-06-21 coderJeff coderJeff [08db00] boolean: added runtime library support for bool...
 file_input_byte.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_file.c 2020-09-27 adeyblue adeyblue [2dbaf8] Added data destructors for thread local data th...
 file_input_float.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_int.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_longint.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_short.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_str.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_tok.c 2018-09-23 Matthew Fearnley Matthew Fearnley [827188] rtlib: fix implicit-fallthrough warnings
 file_input_tok_wstr.c 2021-06-22 coderJeff coderJeff [ad0b6a] rtlib: wrong address passed to FBSTRSIZE
 file_input_ubyte.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_uint.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_ulongint.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_ushort.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_input_wstr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_inputstr.c 2014-03-15 dkl dkl [8a3535] rtlib/gfxlib2: Better fixes for some previously...
 file_kill.c 2014-12-01 counting_pine counting_pine [72dd46] Typo: priviledges->privileges
 file_len.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_lineinp.c 2015-04-19 dkl dkl [bcc7eb] rtlib: fb_hFileLineInputEx: Simplify eIM_Invali...
 file_lineinp_wstr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_loc.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_lock.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_open.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_opencom.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_opencons.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_openencod.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 file_openerr.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_openlpt.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_openpipe.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_openscrn.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_openshort.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_print.c 2014-09-28 dkl dkl [efae90] rtlib: Remove some unnecessary FB_HANDLE_USED c...
 file_print_wstr.c 2014-09-28 dkl dkl [efae90] rtlib: Remove some unnecessary FB_HANDLE_USED c...
 file_put.c 2014-03-12 Ebben Feagan Ebben Feagan [71a936] More compares
 file_put_wstr.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 file_putarray.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_putback.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_putback_wstr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_putstr.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 file_reset.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_resetex.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_seek.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 file_seteof.c 2019-09-28 coderJeff coderJeff [e18800] rtlib: FileSetEof, rename truncate internals to...
 file_size.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_tell.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 file_winputstr.c 2021-12-23 coderJeff coderJeff [c1c87b] rtlib: sanitize whitespace in src/rtlib/file_wi...
 gosub.c 2012-09-23 dkl dkl [08b948] rtlib: Fix some #includes to come after fb.h (b...
 hook_cls.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_color.c 2022-06-17 coderJeff coderJeff [f4f3ff] sf.net: # 961: rtlib/gfxlib: COLOR() function r...
 hook_getmouse.c 2013-08-29 dkl dkl [61a114] rtlib: Split hook_mouse.c module in two
 hook_getmouse64.c 2022-10-01 Daniel Klauer Daniel Klauer [70770c] rtlib/gfxlib2: Fix/clean up GetMouse() function...
 hook_getsize.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_getx.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_getxy.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_gety.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_inkey.c 2014-04-24 dkl dkl [6367a6] rtlib: Adjust getkey() to not cause other threa...
 hook_isredir.c 2015-02-12 dkl dkl [f264a9] rtlib: Fix broken FB_LOCK() code in fb_IsRedire...
 hook_lineinp.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 hook_lineinp_wstr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 hook_locate_ex.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 hook_multikey.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_pageset.c 2014-04-22 dkl dkl [b4580b] rtlib: Refactor fb_PageSet()
 hook_pcopy.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_ports.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_print_wstr.c 2021-12-23 coderJeff coderJeff [48b196] rtlib: quiet warnings in newer gcc
 hook_printstr.c 2021-12-23 coderJeff coderJeff [48b196] rtlib: quiet warnings in newer gcc
 hook_readstr.c 2014-04-22 dkl dkl [21103d] rtlib: Ensure fb_ReadString() is protecting hoo...
 hook_readxy.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_setmouse.c 2013-08-29 dkl dkl [61a114] rtlib: Split hook_mouse.c module in two
 hook_sleep.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_view_update.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 hook_width.c 2021-12-23 coderJeff coderJeff [48b196] rtlib: quiet warnings in newer gcc
 init.c 2016-10-17 Ralph Versteegen Ralph Versteegen [2c6463] rtlib: Add DISABLE_LANGINFO config option, to a...
 intl_get.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 intl_getdateformat.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 intl_getmonthname.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 intl_getset.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 intl_gettimeformat.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 intl_getweekdayname.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_hinkey.c 2012-09-01 dkl dkl [f064cd] rtlib/gfxlib2: Unify inkey() extended key code ...
 io_lpos.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_lprint_bool.c 2015-06-21 coderJeff coderJeff [08db00] boolean: added runtime library support for bool...
 io_lprint_byte.c 2020-12-23 coderJeff coderJeff [cb92ac] rtlib: sf.net # 928: Wrong sign / type when pri...
 io_lprint_fix.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_lprint_fp.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_lprint_int.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_lprint_longint.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_lprint_short.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_lprint_str.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_lprint_wstr.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_lprintusg.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 io_lprintvoid.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_print.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 io_print_bool.c 2015-06-21 coderJeff coderJeff [08db00] boolean: added runtime library support for bool...
 io_print_byte.c 2020-12-23 coderJeff coderJeff [cb92ac] rtlib: sf.net # 928: Wrong sign / type when pri...
 io_print_fix.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_print_fp.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_print_int.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_print_longint.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_print_short.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_print_wstr.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_printpad.c 2015-09-20 dkl dkl [3d34c5] Fix PRINT comma padding wrapping into next line...
 io_printpad_wstr.c 2014-03-12 Ebben Feagan Ebben Feagan [71a936] More compares
 io_printusg.c 2020-09-27 adeyblue adeyblue [2dbaf8] Added data destructors for thread local data th...
 io_printvoid.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_printvoid_wstr.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_serial_private.h 2016-10-17 Ralph Versteegen Ralph Versteegen [0d68ff] rtlib: Add Android target
 io_setpos.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_spc.c 2017-10-19 Daniel Klauer Daniel Klauer [3b1f05] rtlib: Add missing file handle validity checks ...
 io_view.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_viewhlp.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_widthdev.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_widthfile.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_write_wstr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 io_writebool.c 2015-06-21 coderJeff coderJeff [08db00] boolean: added runtime library support for bool...
 io_writebyte.c 2020-12-23 coderJeff coderJeff [cb92ac] rtlib: sf.net # 928: Wrong sign / type when pri...
 io_writefloat.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_writeint.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_writelongint.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_writeshort.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 io_writestr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 io_writevoid.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 legacy_str_lcase.c 2013-05-25 dkl dkl [c0bad8] rtlib: Move old lcase/ucase functions into lega...
 legacy_str_ucase.c 2013-05-25 dkl dkl [c0bad8] rtlib: Move old lcase/ucase functions into lega...
 legacy_strw_lcase.c 2013-05-25 dkl dkl [c0bad8] rtlib: Move old lcase/ucase functions into lega...
 legacy_strw_ucase.c 2013-05-25 dkl dkl [c0bad8] rtlib: Move old lcase/ucase functions into lega...
 license.txt 2021-01-10 coderJeff coderJeff [8b253b] fbc: touch copyright on a few files for 2021
 list.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 listdyn.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 math_cvn.c 2013-07-15 dkl dkl [ef5611] Adjust cv*/mk* functions to use INTEGER=ssize_t...
 math_fix.c 2016-08-26 dkl dkl [cc2711] rtlib: Remove use of "long double" __builtin_fl...
 math_frac.c 2012-09-29 dkl dkl [22e5f3] rtlib: Fix C backend's frac() implementation to...
 math_log10.c 2014-09-11 counting_pine counting_pine [2acdb7] Format(): Fix rounding-up to next power of 10.
 math_rnd.c 2016-10-17 Ralph Versteegen Ralph Versteegen [0d68ff] rtlib: Add Android target
 math_sgn.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 mem_copyclear.c 2020-09-05 coderJeff coderJeff [d1fcd4] rtlib: internal fb_MemCopyClear() argument type...
 oop_istypeof.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 oop_object.c 2014-05-22 dkl dkl [ee685a] Change names of some internal structures/fields...
 oop_object_copyctor.c 2014-05-22 dkl dkl [ee685a] Change names of some internal structures/fields...
 profile.c 2025-03-02 Jeff Marshall Jeff Marshall [47b4fd] profiler: rtlib: fix gcc warnings
 profile_calls.c 2024-05-18 Jeff Marshall Jeff Marshall [7b6bca] profiler: rtlib: allow compile on older gcc
 profile_cycles.c 2024-05-18 Jeff Marshall Jeff Marshall [42d710] profiler: rtlib: fix gcc warnings
 qb_file_open.c 2015-09-20 dkl dkl [0a18dd] -lang qb: Fix Open "Pipe:<shell command>" (#746)
 qb_inkey.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 qb_sleep.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 qb_str_convto.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 qb_str_convto_flt.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 qb_str_convto_lng.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 scancodes.c 2012-09-02 dkl dkl [ec16f5] rtlib/gfxlib2: Recognize SC_CLEAR in Linux mult...
 signals.c 2023-06-24 Ralph Versteegen Ralph Versteegen [f349e1] fbc/rtlib: emscripten: don't install signal han...
 str_asc.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_assign.c 2024-02-23 Jeff Marshall Jeff Marshall [e53994] fbc: STRING*N occupies N bytes and has no termi...
 str_base.c 2013-04-02 dkl dkl [67c67a] rtlib: Apply patch #32 and fix some potential c...
 str_bin.c 2013-10-16 dkl dkl [18242b] rtlib: Re-use LongInt Bin/Oct/Hex functions to ...
 str_bin_lng.c 2013-10-17 dkl dkl [de554f] rtlib: Make Bin/Oct/Hex prepend zeroes if neede...
 str_bin_ptr.c 2014-05-22 dkl dkl [888770] Adjust Bin/Oct/Hex to accept pointers to Const
 str_chr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_comp.c 2024-02-23 Jeff Marshall Jeff Marshall [e53994] fbc: STRING*N occupies N bytes and has no termi...
 str_concat.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_concatassign.c 2024-02-23 Jeff Marshall Jeff Marshall [e53994] fbc: STRING*N occupies N bytes and has no termi...
 str_concatbyref.c 2024-02-23 Jeff Marshall Jeff Marshall [e53994] fbc: STRING*N occupies N bytes and has no termi...
 str_convfrom.c 2015-09-20 dkl dkl [a96178] Val(): Stop recognizing 0x or 0X prefixes as he...
 str_convfrom_bool.c 2015-06-21 coderJeff coderJeff [08db00] boolean: added runtime library support for bool...
 str_convfrom_int.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_convfrom_lng.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_convfrom_rad.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_convfrom_radlng.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_convfrom_uint.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_convfrom_ulng.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_convto.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 str_convto_bool.c 2015-06-21 coderJeff coderJeff [08db00] boolean: added runtime library support for bool...
 str_convto_flt.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 str_convto_lng.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 str_core.c 2024-02-23 Jeff Marshall Jeff Marshall [e53994] fbc: STRING*N occupies N bytes and has no termi...
 str_cvmk.c 2013-10-21 dkl dkl [e9185e] rtlib: Mark fb_CVI() as 32bit legacy
 str_del.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 str_fill.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_format.c 2020-12-14 Matthew Fearnley Matthew Fearnley [3743ad] str_format.c: Fix for #92: exponent for 0.0 sho...
 str_ftoa.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_hex.c 2013-10-16 dkl dkl [18242b] rtlib: Re-use LongInt Bin/Oct/Hex functions to ...
 str_hex_lng.c 2013-10-17 dkl dkl [de554f] rtlib: Make Bin/Oct/Hex prepend zeroes if neede...
 str_hex_ptr.c 2014-05-22 dkl dkl [888770] Adjust Bin/Oct/Hex to accept pointers to Const
 str_hskip.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_instr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_instrany.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_instrrev.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_instrrevany.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_lcase.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_left.c 2024-03-22 Jeff Marshall Jeff Marshall [2fb10c] rtlib: split LEFT() and LEFTSELF() to separate ...
 str_leftself.c 2024-03-22 Jeff Marshall Jeff Marshall [2fb10c] rtlib: split LEFT() and LEFTSELF() to separate ...
 str_len.c 2024-02-23 Jeff Marshall Jeff Marshall [e53994] fbc: STRING*N occupies N bytes and has no termi...
 str_ltrim.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_ltrimany.c 2019-05-04 coderJeff coderJeff [210cd4] rtlib: clean-up whitespace in optimization of [...
 str_ltrimex.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_mid.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_midassign.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 str_misc.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_oct.c 2013-10-16 dkl dkl [18242b] rtlib: Re-use LongInt Bin/Oct/Hex functions to ...
 str_oct_lng.c 2013-10-17 dkl dkl [de554f] rtlib: Make Bin/Oct/Hex prepend zeroes if neede...
 str_oct_ptr.c 2014-05-22 dkl dkl [888770] Adjust Bin/Oct/Hex to accept pointers to Const
 str_right.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_rtrim.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_rtrimany.c 2019-05-04 coderJeff coderJeff [210cd4] rtlib: clean-up whitespace in optimization of [...
 str_rtrimex.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 str_set.c 2024-03-24 Jeff Marshall Jeff Marshall [e2cddc] fbc: string*n LSET/RSET
 str_tempdescf.c 2024-02-23 Jeff Marshall Jeff Marshall [e53994] fbc: STRING*N occupies N bytes and has no termi...
 str_tempdescv.c 2024-02-10 Jeff Marshall Jeff Marshall [418a7d] fbc: internal: normalize 'AllocTemp' procedure ...
 str_tempdescz.c 2024-02-10 Jeff Marshall Jeff Marshall [418a7d] fbc: internal: normalize 'AllocTemp' procedure ...
 str_tempres.c 2024-02-10 Jeff Marshall Jeff Marshall [418a7d] fbc: internal: normalize 'AllocTemp' procedure ...
 str_trim.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_trimany.c 2019-05-04 coderJeff coderJeff [210cd4] rtlib: clean-up whitespace in optimization of [...
 str_trimex.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 str_ucase.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_alloc.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_asc.c 2019-08-25 coderJeff coderJeff [e17a1f] fbc-tests: wstring and DOS compatibility
 strw_assign.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_bin.c 2013-10-16 dkl dkl [18242b] rtlib: Re-use LongInt Bin/Oct/Hex functions to ...
 strw_bin_lng.c 2013-10-17 dkl dkl [de554f] rtlib: Make Bin/Oct/Hex prepend zeroes if neede...
 strw_bin_ptr.c 2014-05-22 dkl dkl [888770] Adjust Bin/Oct/Hex to accept pointers to Const
 strw_chr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_comp.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 strw_concat.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_concatassign.c 2019-05-20 coderJeff coderJeff [8c0250] rtlib: wstring concat and assign buffer overrun
 strw_convassign.c 2024-02-23 Jeff Marshall Jeff Marshall [e53994] fbc: STRING*N occupies N bytes and has no termi...
 strw_convconcat.c 2024-02-23 Jeff Marshall Jeff Marshall [e53994] fbc: STRING*N occupies N bytes and has no termi...
 strw_convfrom.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_convfrom_bool.c 2015-06-21 coderJeff coderJeff [08db00] boolean: added runtime library support for bool...
 strw_convfrom_int.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_convfrom_lng.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_convfrom_rad.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_convfrom_radlng.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_convfrom_str.c 2024-06-01 Jeff Marshall Jeff Marshall [fa712e] rtlib/dos: write NUL character when DISABLE_WCH...
 strw_convfrom_uint.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_convfrom_ulng.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_convto.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_convto_bool.c 2015-06-21 coderJeff coderJeff [08db00] boolean: added runtime library support for bool...
 strw_convto_flt.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_convto_lng.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 strw_convto_str.c 2016-10-17 Ralph Versteegen Ralph Versteegen [6de201] WIP: add DISABLE_WCHAR, replacing some previous...
 strw_del.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_fill.c 2013-07-08 dkl dkl [5e4427] rtlib: Change fb_WstrFill1()'s char param to ma...
 strw_ftoa.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_hex.c 2013-10-16 dkl dkl [18242b] rtlib: Re-use LongInt Bin/Oct/Hex functions to ...
 strw_hex_lng.c 2013-10-17 dkl dkl [de554f] rtlib: Make Bin/Oct/Hex prepend zeroes if neede...
 strw_hex_ptr.c 2014-05-22 dkl dkl [888770] Adjust Bin/Oct/Hex to accept pointers to Const
 strw_instr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_instrany.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_instrrev.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_instrrevany.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_lcase.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_left.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_len.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_ltrim.c 2019-05-05 coderJeff coderJeff [b3e352] rtlib: whitespace clean up for LTRIM/RTRIM/TRIM...
 strw_ltrimany.c 2019-05-04 coderJeff coderJeff [210cd4] rtlib: clean-up whitespace in optimization of [...
 strw_ltrimex.c 2019-05-05 coderJeff coderJeff [b3e352] rtlib: whitespace clean up for LTRIM/RTRIM/TRIM...
 strw_mid.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_midassign.c 2017-06-16 Stefan Wurzinger Stefan Wurzinger [6b2209] fix "misleading-indentation" warnings of gcc6 c...
 strw_oct.c 2013-10-16 dkl dkl [18242b] rtlib: Re-use LongInt Bin/Oct/Hex functions to ...
 strw_oct_lng.c 2013-10-17 dkl dkl [de554f] rtlib: Make Bin/Oct/Hex prepend zeroes if neede...
 strw_oct_ptr.c 2014-05-22 dkl dkl [888770] Adjust Bin/Oct/Hex to accept pointers to Const
 strw_right.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_rtrim.c 2019-05-05 coderJeff coderJeff [b3e352] rtlib: whitespace clean up for LTRIM/RTRIM/TRIM...
 strw_rtrimany.c 2019-05-04 coderJeff coderJeff [210cd4] rtlib: clean-up whitespace in optimization of [...
 strw_rtrimex.c 2019-05-05 coderJeff coderJeff [b3e352] rtlib: whitespace clean up for LTRIM/RTRIM/TRIM...
 strw_set.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_space.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 strw_trim.c 2019-05-04 coderJeff coderJeff [aefddb] bugfix: sf.net #899 trim( wstring ) causes cras...
 strw_trimany.c 2019-05-04 coderJeff coderJeff [210cd4] rtlib: clean-up whitespace in optimization of [...
 strw_trimex.c 2019-05-05 coderJeff coderJeff [b3e352] rtlib: whitespace clean up for LTRIM/RTRIM/TRIM...
 strw_ucase.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 swap_mem.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 swap_str.c 2024-02-23 Jeff Marshall Jeff Marshall [e53994] fbc: STRING*N occupies N bytes and has no termi...
 swap_wstr.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 sys_cdir.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 sys_chain.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 sys_chdir.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 sys_cmd.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 sys_environ.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 sys_exec.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 sys_exepath.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 sys_mkdir.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 sys_parseargs.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 sys_rmdir.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 sys_run.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 sys_shell.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 thread_call.c 2016-10-17 Ralph Versteegen Ralph Versteegen [0d68ff] rtlib: Add Android target
 thread_ctx.c 2020-11-24 adeyblue adeyblue [ffca40] Implemented ThreadSelf and the surprising amoun...
 thread_self.c 2021-07-13 coderjeff coderjeff [b49af0] rtlib: enable fb_AtomicSetThreadFlags() in src...
 time_core.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_date.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_dateadd.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_datediff.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_datepart.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_dateserial.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_dateset.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_datevalue.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_decodeserdate.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_decodesertime.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_isdate.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_monthname.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_now.c 2012-09-23 dkl dkl [08b948] rtlib: Fix some #includes to come after fb.h (b...
 time_parsedate.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_parsedatetime.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_parsetime.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_sleep.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_sleepex.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_time.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_timeserial.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_timeset.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_timevalue.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_week.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 time_weekdayname.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
 utf_convfrom_char.c 2013-07-07 dkl dkl [5a379e] rtlib: Change lots of lengths/counts/sizes ints...
 utf_convfrom_wchar.c 2020-01-01 coderJeff coderJeff [562328] - rtlib: gitbub # 205, fix realloc memory leak ...
 utf_convto_char.c 2020-01-01 coderJeff coderJeff [562328] - rtlib: gitbub # 205, fix realloc memory leak ...
 utf_convto_wchar.c 2020-01-01 coderJeff coderJeff [562328] - rtlib: gitbub # 205, fix realloc memory leak ...
 utf_core.c 2020-01-01 coderJeff coderJeff [562328] - rtlib: gitbub # 205, fix realloc memory leak ...
 vfs_open.c 2012-07-30 dkl dkl [135ff7] Change source tree back to standalone layout
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.