Age | Commit message (Expand) | Author | Files | Lines |
2008-09-25 | re PR ada/37641 (FILE_WRITE_PROPERTIES is deprecated) | Samuel Tardieu | 1 | -1/+1 |
2008-08-22 | initialize.c, adaint.c: Use Lock_Task and Unlock_Task for non-blocking spawn. | Pascal Obry | 1 | -28/+30 |
2008-08-22 | adaint.c: Fix possible race condition on win32_wait(). | Pascal Obry | 1 | -3/+6 |
2008-08-16 | adaint.c (_gnat_set_close_on_exec): Implement. | Aaron W. LaFramboise | 1 | -4/+9 |
2008-08-06 | adaint.c: Another fix for ACL support on Windows. | Pascal Obry | 1 | -1/+4 |
2008-08-05 | adaint.c: Remove support for readable attribute on vxworks and nucleus | Pascal Obry | 1 | -2/+2 |
2008-08-05 | adaint.c, [...]: Add support for the readable attribute. | Arnaud Charlet | 1 | -27/+51 |
2008-08-05 | adaint.c: In UNIX cases do not call __gnat_stat but stat directly. | Pascal Obry | 1 | -12/+12 |
2008-08-05 | adaint.c, [...]: Fix the Set_Read_Only Win32 implementation. | Arnaud Charlet | 1 | -2/+2 |
2008-08-04 | adaint.c: Refine support for Windows file attributes. | Arnaud Charlet | 1 | -15/+37 |
2008-08-04 | adaint.c, [...]: Use Windows ACL to deal with file attributes. | Arnaud Charlet | 1 | -7/+182 |
2008-08-01 | adaint.c (__gnat_tmp_name): Refine the generation of temporary names for RTX. | Jose Ruiz | 1 | -2/+6 |
2008-08-01 | adaint.c (__gnat_tmp_name): RTSS applications do not support tempnam nor tmpn... | Jose Ruiz | 1 | -1/+5 |
2008-07-30 | 2008-07-30 Jose Ruiz <ruiz@adacore.com> | Jose Ruiz | 1 | -2/+16 |
2008-07-17 | adaint.c (__MINGW32__ section): Include ctype.h and define a fallback ISALPHA... | Olivier Hainque | 1 | -1/+9 |
2008-06-27 | ada-tree.h (SET_TYPE_LANG_SPECIFIC, [...]): Fix -Wc++-compat warnings. | Kaveh R. Ghazi | 1 | -4/+4 |
2008-05-20 | s-winext.ads: Replace representation clause by pragma Pack. | Arnaud Charlet | 1 | -0/+1 |
2008-04-08 | adaint.h, adaint.c (__gnat_current_time_string): New routine. | Hristian Kirtchev | 1 | -2/+27 |
2008-04-07 | sysdep.c: add __GLIBC__ to the #ifdef preprocessor macros to detect systems u... | Aurelien Jarno | 1 | -3/+3 |
2008-03-26 | * adaint.c: Fix warnings. | Arnaud Charlet | 1 | -7/+11 |
2008-01-03 | re PR ada/34647 (Ada runtime includes unsafe calls to mktemp and tmpname on O... | Tero Koskinen | 1 | -3/+4 |
2007-12-27 | re PR ada/34553 (Unsafe calls to mktemp and tmpname) | Samuel Tardieu | 1 | -2/+3 |
2007-12-13 | adaint.c (__gnat_pthread_setaffinity_np): New routine. | Pascal Obry | 1 | -23/+83 |
2007-11-14 | adaint.c [...]: Remove system-specific sections of non-supported Interix target. | Samuel Tardieu | 1 | -4/+2 |
2007-10-15 | adaint.c, [...]: Initial port to arm-mentor-nucleus. | Geert Bosch | 1 | -25/+27 |
2007-09-26 | adaint.c (if defined (__Lynx__)): Wrap #def/#undef VMOS_DEV around #include <... | Olivier Hainque | 1 | -14/+35 |
2007-09-10 | adaint.c (__gnat_translate_vms): new function. | Vasiliy Fofanov | 1 | -2/+128 |
2007-08-14 | adaint.c (__gnat_is_absolute_path): For VxWorks systems we accept dir/file... | Jose Ruiz | 1 | -4/+30 |
2007-05-02 | re PR ada/29856 (broken if..else in gcc/ada/adaint.c) | Pascal Obry | 1 | -3/+34 |
2007-04-06 | adaint.c: | Olivier Hainque | 1 | -22/+44 |
2006-12-13 | mips-tdump.c: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE. | Geoffrey Keating | 1 | -5/+5 |
2006-10-31 | adaint.c (__gnat_get_libraries_from_registry): Call explicitly the ASCII vers... | Pascal Obry | 1 | -5/+42 |
2006-02-15 | adaint.h, adaint.c (DIR_SEPARATOR): Use _T() macro for Unicode support. | Pascal Obry | 1 | -158/+184 |
2005-12-09 | adaint.c (__gnat_locate_regular_file): Return immediately if file_name is empty. | Nicolas Setton | 1 | -0/+5 |
2005-11-15 | adaint.h, adaint.c (__gnat_is_cross_compiler): New constant. | Arnaud Charlet | 1 | -25/+13 |
2005-09-05 | s-taprop-vxworks.adb: Move with clauses outside Warnings Off now that depende... | Arnaud Charlet | 1 | -6/+13 |
2005-08-29 | re PR ada/23187 (MAXPATHLEN usage in gcc/ada/*.c) | Arnaud Charlet | 1 | -0/+4 |
2005-07-04 | mlib-tgt-tru64.adb, [...] (Build_Dynamic_Library): Remove all auto-initializa... | Vincent Celier | 1 | -1/+30 |
2005-07-01 | Update FSF address | R. Kelley Cook | 1 | -2/+2 |
2005-06-16 | adaint.c (__gnat_to_canonical_file_spec): Check for error returns in call to ... | Doug Rupp | 1 | -19/+55 |
2005-04-10 | adaint.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-04-01 | adaint.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-03-29 | * adaint.c (_gnat_set_close_on_exec): Mark parameters unused. | Aaron W. LaFramboise | 1 | -1/+2 |
2005-03-29 | adaint.c (__gnat_to_canonical_file_spec [VMS]): Check for logical name and tr... | Doug Rupp | 1 | -3/+14 |
2005-03-24 | * adaint.c (__gnat_portable_spawn): Adjust cast. | Aaron W. LaFramboise | 1 | -1/+1 |
2005-03-18 | adaint.h, adaint.c (__gnat_waitpid): Moved to expect.c where it is used. | Pascal Obry | 1 | -17/+0 |
2005-03-15 | adaint.c: Prefix #include of VMS system header files with vms/ [VMS]... | Doug Rupp | 1 | -6/+9 |
2005-02-10 | adaint.c, [...] (to_ptr32): New function. | Doug Rupp | 1 | -16/+57 |
2004-11-19 | * adaint.h, adaint.c | Arnaud Charlet | 1 | -5/+34 |
2004-10-27 | expect.c, [...] (unix sections): Guard with "__unix__" instead of "unix". | Olivier Hainque | 1 | -2/+2 |