2007-11-29 |
rob | set the dos error status even if requesters are disabled
|
commit | commitdiff | tree |
2007-11-29 |
rob | fix a couple of cases where a removed task could be...
|
commit | commitdiff | tree |
2007-11-28 |
rob | when setting up a per-opener libbase, call the OpenLib...
|
commit | commitdiff | tree |
2007-11-21 |
rob | purge remaining gpl code from clib, and make clib build...
|
commit | commitdiff | tree |
2007-11-19 |
rob | added reentrant time functions
|
commit | commitdiff | tree |
2007-11-18 |
rob | actually allocate the file descriptors we use
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib-update: bring in cdefs.h, its missing in the original...
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib-update: use full implementations instead of aliases...
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: updated legal notice
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: removed old docs and meta files
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: arch-specific values for infinity and NaN
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: header and mmakefile updates
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: deleted files removed from upstream
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: new isnan()/isnanf() implementation
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: modify new files to compile on aros
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: new files
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: system header support
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: c99 fp environment headers and implementations
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: platform float format definitions
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: added symbol aliases
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: comments and meta
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: implementation updates
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: renamed a bunch of functions
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: use u_int32_t like the original source...
|
commit | commitdiff | tree |
2007-11-17 |
rob | mlib update: removed __STDC__ defines and reformatted...
|
commit | commitdiff | tree |
2007-11-17 |
rob | use __weak_reference as-is from freebsd, and don't...
|
commit | commitdiff | tree |
2007-11-10 |
rob | convenience macros for working with timevals. stolen...
|
commit | commitdiff | tree |
2007-11-08 |
rob | define AROS_32BIT_TYPE to be int
|
commit | commitdiff | tree |
2007-11-05 |
rob | add __strong_reference and __weak_reference macros
|
commit | commitdiff | tree |
2007-11-03 |
rob | implemented posix_memalign()
|
commit | commitdiff | tree |
2007-11-02 |
rob | free the previously-allocated lock correctly
|
commit | commitdiff | tree |
2007-11-02 |
rob | don't free locks before we're finished with them
|
commit | commitdiff | tree |
2007-10-30 |
rob | added stuff needed to get sig_atomic_t
|
commit | commitdiff | tree |
2007-10-30 |
rob | stubs for c99 functions mbtowc, wctomb, mcstowcs, wcstombs
|
commit | commitdiff | tree |
2007-10-29 |
rob | use AROS_CONFIG_CFLAGS instead of AROS_HOST_CFLAGS
|
commit | commitdiff | tree |
2007-10-29 |
rob | disable stack protection, third try. both approaches...
|
commit | commitdiff | tree |
2007-10-28 |
rob | make sure the right filename is being tracked for notification
|
commit | commitdiff | tree |
2007-10-28 |
rob | correctly expand the volume name when a file in a root...
|
commit | commitdiff | tree |
2007-10-26 |
rob | disable stack protection via specs so that anything...
|
commit | commitdiff | tree |
2007-10-24 |
rob | restore the original cflags after the stack protector...
|
commit | commitdiff | tree |
2007-10-22 |
rob | see if compiler supports stack protection, then disable it
|
commit | commitdiff | tree |
2007-10-12 |
rob | get a pointer to english_strcompare explicitly before...
|
commit | commitdiff | tree |
2007-10-06 |
rob | try to load non-dev libs
|
commit | commitdiff | tree |
2007-10-05 |
rob | error check condition was the wrong way around
|
commit | commitdiff | tree |
2007-10-05 |
rob | give kbdclass some class data
|
commit | commitdiff | tree |
2007-10-04 |
rob | make sure this is handled as binary
|
commit | commitdiff | tree |
2007-10-04 |
rob | scale bitmaps one line at a time. this uses significantly...
|
commit | commitdiff | tree |
2007-10-03 |
rob | Squashed commit of 'sdl-hidd' branch
|
commit | commitdiff | tree |
2007-10-03 |
rob | configure using autoconf 2.61, which allows building...
|
commit | commitdiff | tree |
2007-10-02 |
rob | only bring in nodes.h
|
commit | commitdiff | tree |
2007-10-02 |
rob | removed variables left over from development
|
commit | commitdiff | tree |
2007-10-02 |
rob | Squashed commit of 'x11-hostlib' branch
|
commit | commitdiff | tree |
2007-09-21 |
rob | forgot to commit the actual hostlib code
|
commit | commitdiff | tree |
2007-09-21 |
rob | squashed commit of private hostlib-resource branch
|
commit | commitdiff | tree |
2007-09-20 |
rob | remember the best mode seen so far, otherwise the last...
|
commit | commitdiff | tree |
2007-09-13 |
rob | show number of bytes instead of number of blocks
|
commit | commitdiff | tree |
2007-09-13 |
rob | note a potential leak
|
commit | commitdiff | tree |
2007-09-12 |
rob | fix ErrorReport return test to make StartNotify/EndNotify...
|
commit | commitdiff | tree |
2007-09-06 |
rob | r27195@plastic: rob | 2007-09-07 07:49:52 +1000
|
commit | commitdiff | tree |
2007-09-03 |
rob | r27161@plastic: rob | 2007-09-03 21:02:17 +1000
|
commit | commitdiff | tree |
2007-08-31 |
rob | r27145@plastic: rob | 2007-08-31 21:51:17 +1000
|
commit | commitdiff | tree |
2007-08-31 |
rob | r27142@plastic: rob | 2007-08-31 21:00:55 +1000
|
commit | commitdiff | tree |
2007-08-31 |
rob | r26926@plastic: rob | 2007-07-04 22:24:14 +1000
|
commit | commitdiff | tree |
2007-07-02 |
rob | r26920@plastic: rob | 2007-07-02 20:58:43 +1000
|
commit | commitdiff | tree |
2007-07-02 |
rob | r26919@plastic: rob | 2007-07-02 16:33:13 +1000
|
commit | commitdiff | tree |
2007-07-02 |
rob | r26916@plastic: rob | 2007-07-02 08:16:37 +1000
|
commit | commitdiff | tree |
2007-07-02 |
rob | r26915@plastic: rob | 2007-07-02 07:46:05 +1000
|
commit | commitdiff | tree |
2007-07-02 |
rob | r26914@plastic: rob | 2007-07-02 07:37:53 +1000
|
commit | commitdiff | tree |
2007-07-01 |
rob | r26912@plastic: rob | 2007-07-01 22:21:46 +1000
|
commit | commitdiff | tree |
2007-06-30 |
rob | r26910@plastic: rob | 2007-07-01 09:21:43 +1000
|
commit | commitdiff | tree |
2007-06-30 |
rob | r26905@plastic: rob | 2007-07-01 08:56:06 +1000
|
commit | commitdiff | tree |
2007-06-30 |
rob | r26903@plastic: rob | 2007-06-30 13:44:05 +1000
|
commit | commitdiff | tree |
2007-06-30 |
rob | r26901@plastic: rob | 2007-06-30 13:00:31 +1000
|
commit | commitdiff | tree |
2007-06-30 |
rob | r26892@plastic: rob | 2007-06-30 12:13:24 +1000
|
commit | commitdiff | tree |
2007-06-30 |
rob | r26891@plastic: rob | 2007-06-29 16:38:09 +1000
|
commit | commitdiff | tree |
2007-06-28 |
rob | r26886@plastic: rob | 2007-06-29 07:22:07 +1000
|
commit | commitdiff | tree |
2007-06-28 |
rob | r26885@plastic: rob | 2007-06-29 06:38:03 +1000
|
commit | commitdiff | tree |
2007-06-22 |
rob | r26861@plastic: rob | 2007-06-22 16:40:24 +1000
|
commit | commitdiff | tree |
2007-06-21 |
rob | r26852@plastic: rob | 2007-06-22 07:07:20 +1000
|
commit | commitdiff | tree |
2007-06-21 |
rob | r26851@plastic: rob | 2007-06-22 06:56:48 +1000
|
commit | commitdiff | tree |
2007-06-21 |
rob | r26850@plastic: rob | 2007-06-22 06:54:46 +1000
|
commit | commitdiff | tree |
2007-06-21 |
rob | r26849@plastic: rob | 2007-06-22 06:54:16 +1000
|
commit | commitdiff | tree |
2007-06-21 |
rob | r26848@plastic: rob | 2007-06-21 16:42:55 +1000
|
commit | commitdiff | tree |
2007-06-19 |
rob | r26841@plastic: rob | 2007-06-18 16:59:26 +1000
|
commit | commitdiff | tree |
2007-06-17 |
rob | r26838@plastic: rob | 2007-06-18 09:10:08 +1000
|
commit | commitdiff | tree |
2007-06-17 |
rob | r26822@plastic: rob | 2007-06-18 08:10:04 +1000
|
commit | commitdiff | tree |
2007-06-17 |
rob | r26821@plastic: rob | 2007-06-18 07:44:45 +1000
|
commit | commitdiff | tree |
2007-06-14 |
rob | r26813@plastic: rob | 2007-06-14 08:18:07 +1000
|
commit | commitdiff | tree |
2007-06-11 |
rob | r26804@plastic: rob | 2007-06-12 08:19:25 +1000
|
commit | commitdiff | tree |
2007-06-11 |
rob | r26803@plastic: rob | 2007-06-12 08:19:13 +1000
|
commit | commitdiff | tree |
2007-06-11 |
rob | r26794@plastic: rob | 2007-06-12 06:16:20 +1000
|
commit | commitdiff | tree |
2007-06-08 |
rob | r26781@plastic: rob | 2007-06-08 22:53:47 +1000
|
commit | commitdiff | tree |
2007-06-08 |
rob | r26778@plastic: rob | 2007-06-08 22:13:42 +1000
|
commit | commitdiff | tree |
2007-06-05 |
rob | r26758@plastic: rob | 2007-06-05 12:11:44 +1000
|
commit | commitdiff | tree |
2007-06-05 |
rob | r26757@plastic: rob | 2007-06-05 11:55:18 +1000
|
commit | commitdiff | tree |
2007-05-29 |
rob | r26716@plastic: rob | 2007-05-29 09:23:57 +1000
|
commit | commitdiff | tree |
2007-05-29 |
rob | r26715@plastic: rob | 2007-05-29 09:16:22 +1000
|
commit | commitdiff | tree |
2007-05-28 |
rob | r26696@plastic: rob | 2007-05-28 22:33:01 +1000
|
commit | commitdiff | tree |
2007-05-26 |
rob | r26686@plastic: rob | 2007-05-26 12:03:17 +1000
|
commit | commitdiff | tree |
2007-05-24 |
rob | r26651@plastic: rob | 2007-05-24 15:42:40 +1000
|
commit | commitdiff | tree |