Skip to content

Files

Latest commit

d970eaf · Feb 18, 2025

History

History

patches

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 8, 2020
May 9, 2024
Feb 18, 2025
Sep 23, 2013
Jan 13, 2014
Jun 24, 2015
Jul 26, 2018
Aug 25, 2024
May 9, 2024
May 3, 2021
Oct 5, 2015
Jul 26, 2018
Sep 24, 2018
May 4, 2019
Jul 20, 2023
Nov 23, 2024
Feb 14, 2018
Nov 21, 2024
Dec 22, 2012
May 28, 2021
May 3, 2021
May 9, 2024
May 3, 2021
Oct 18, 2022
Oct 7, 2012
- gcc-4.6-cloog_lang_c.patch
	...

- gcc-4.6-iconv.patch
	...

- gcc-4.6-stdthreads.patch
	...

- gcc-4.7-iconv.patch
	...

- gcc-4.7-stdthreads.patch
	...

- gcc-4.8-iconv.patch
	...

- make-linebuf-mingw.patch
	From Jonathan Liu ([email protected])
	The difference is that build_w32.bat doesn't define HAVE_LOCALE_H.
	The mingw-builds make uses the configure script which sets HAVE_LOCALE_H to 1.
	If HAVE_LOCALE_H is set to 1, setlocale(LC_ALL, "") is called in main.cpp
	and this prevents line buffering from working properly for some reason.

- make-remove-double-quote.patch
	From Jonathan Liu ([email protected])
	Read this: http://lists.gnu.org/archive/html/make-w32/2012-05/msg00000.html
	and this: http://lists.gnu.org/archive/html/make-w32/2012-09/msg00000.html