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