licenses.d/by-sa/legalcode_files/deeds.css
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jun 24 16:24:09 2008 +0000 (2008-06-24)
changeset 611 eac4dc8da8a9
parent 1 eeea35fbf182
permissions -rw-r--r--
New patches from Ioannis E. VENETIS to allow building more up-to-date Alpha x-compilers.
Some patches are still missing, though.
See: http://sourceware.org/ml/libc-help/2008-06/msg00061.html

/trunk/patches/glibc/2.5.1/270-glibc-alpha-cfi.patch | 25 25 0 0 ++++++++++
/trunk/patches/glibc/2.5.1/280-glibc-alpha-sigsuspend.patch | 24 24 0 0 ++++++++++
/trunk/patches/glibc/2.5/270-glibc-alpha-cfi.patch | 25 25 0 0 ++++++++++
/trunk/patches/glibc/2.5/280-glibc-alpha-sigsuspend.patch | 24 24 0 0 ++++++++++
/trunk/patches/glibc/linuxthreads-2.3.6/270-glibc-linuxthreads-alpha-cfi.patch | 25 25 0 0 ++++++++++
/trunk/patches/gcc/4.2.0/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.2.1/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.3.0/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.2.2/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.3.1/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
/trunk/patches/gcc/4.2.3/940-gcc-alpha-signal_h.patch | 17 17 0 0 +++++++
11 files changed, 225 insertions(+)
     1 body {
     2 	margin: 0px;
     3 	padding: 0px;
     4 	font-family: verdana, arial, helvetica, sans-serif;
     5 	color: black;
     6 	background-color: white;
     7 	text-align: center;
     8 	font-size:11px;
     9 	/* part 1 of 2 centering hack */
    10 	}
    11 
    12 #deed {
    13 	width: 620px; 
    14 	padding: 15px;
    15 	margin-top: 20px;
    16 	margin-bottom: 20px;
    17 	margin-right: auto;
    18 	margin-left: auto; 	
    19 	/* opera does not like 'margin:20px auto' */
    20 	background: #ffc;
    21 	border: 3px groove #333;
    22 	text-align:left; 
    23 	/* part 2 of 2 centering hack */
    24 	width: 620px; /* ie5win fudge begins */
    25 	voice-family: "\"}\"";
    26 	voice-family:inherit;
    27 	width: 584px;
    28 	}
    29 	
    30 html>body #content {
    31 	width: 584px; /* ie5win fudge ends */
    32 	}
    33 	
    34 .fineprint {
    35 	border:1px solid black; 
    36 	padding:8px; 
    37 	background:#ffffff;
    38 	text-align:justify;
    39 }
    40 
    41 .text, li {
    42 	font-family:verdana, sans-serif;
    43 	font-size:11px;
    44 	margin-left:20px;
    45 	margin-right:20px;
    46 	line-height:140%;
    47 	text-align:left;
    48 }
    49 
    50 .tiny {
    51 	font-family:verdana, sans-serif;
    52 	font-size:11px;
    53 	margin-bottom:10px;
    54 }