aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/adaint.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-27[multiple changes]Arnaud Charlet1-0/+22
2009-07-30Minor reformatting.Arnaud Charlet1-1/+1
2009-07-26re PR bootstrap/40578 (FOPEN double defined used in ada/adaint.h:58)Dave Korn1-33/+33
2009-07-13[multiple changes]Arnaud Charlet1-3/+6
2009-07-13mingw32.h: Make it explicit that we need XP or later.Vasiliy Fofanov1-61/+49
2009-07-13[multiple changes]Arnaud Charlet1-3/+15
2009-06-27init.c (__gnat_set_globals): Add prototype.Eric Botcazou1-2/+2
2009-06-26[multiple changes]Arnaud Charlet1-0/+1
2009-06-22[multiple changes]Arnaud Charlet1-42/+41
2009-06-11[multiple changes]Arnaud Charlet1-0/+8
2009-05-06[multiple changes]Arnaud Charlet1-0/+57
2009-04-29[multiple changes]Arnaud Charlet1-0/+3
2009-04-20sem_ch3.adb, [...]: Minor reformattingArnaud Charlet1-1/+1
2009-04-20[multiple changes]Arnaud Charlet1-6/+14
2009-04-20adaint.c (__gnat_get_libraries_from_registry): Fix code to avoid warning.Pascal Obry1-66/+68
2009-04-20[multiple changes]Arnaud Charlet1-65/+66
2009-04-20[multiple changes]Arnaud Charlet1-2/+4
2009-04-20[multiple changes]Arnaud Charlet1-22/+88
2009-04-17[multiple changes]Arnaud Charlet1-26/+62
2009-04-17[multiple changes]Arnaud Charlet1-10/+13
2009-04-17[multiple changes]Arnaud Charlet1-33/+40
2009-04-16adaint.h, adaint.c (__gnat_rmdir): New routine.Pascal Obry1-0/+17
2009-04-16[multiple changes]Arnaud Charlet1-0/+17
2009-04-16[multiple changes]Arnaud Charlet1-22/+1
2009-04-15[multiple changes]Arnaud Charlet1-0/+35
2009-04-15adaint.c: Add function __gnat_lwp_self that retrieves the LWP of the current ...Nicolas Roche1-0/+10
2009-04-10[multiple changes]Arnaud Charlet1-4/+5
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-12/+11
2008-09-25re PR ada/37641 (FILE_WRITE_PROPERTIES is deprecated)Samuel Tardieu1-1/+1
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