Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
bbe500e5
Kaydet (Commit)
bbe500e5
authored
Tem 31, 2001
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove obsolete entries from regen scripts.
üst
2ad2569c
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
1 addition
and
40 deletions
+1
-40
regen
Lib/plat-aix3/regen
+0
-3
regen
Lib/plat-aix4/regen
+0
-3
regen
Lib/plat-beos5/regen
+0
-3
regen
Lib/plat-freebsd2/regen
+0
-3
regen
Lib/plat-freebsd3/regen
+1
-3
regen
Lib/plat-freebsd4/regen
+0
-3
regen
Lib/plat-freebsd5/regen
+0
-3
regen
Lib/plat-generic/regen
+0
-3
regen
Lib/plat-irix5/regen
+0
-3
regen
Lib/plat-irix6/regen
+0
-3
regen
Lib/plat-linux1/regen
+0
-3
regen
Lib/plat-linux2/regen
+0
-3
regen
Lib/plat-netbsd1/regen
+0
-3
regen
Lib/plat-unixware7/regen
+0
-1
No files found.
Lib/plat-aix3/regen
Dosyayı görüntüle @
bbe500e5
...
...
@@ -5,7 +5,4 @@ case `uname -sv` in
exit
1
;;
esac
set
-v
h2py.py /usr/include/fcntl.h
h2py.py /usr/include/sys/socket.h
h2py.py
-i
'(u_long)'
/usr/include/netinet/in.h
h2py.py /usr/include/termios.h
Lib/plat-aix4/regen
Dosyayı görüntüle @
bbe500e5
...
...
@@ -5,7 +5,4 @@ case `uname -sv` in
exit
1
;;
esac
set
-v
h2py.py /usr/include/fcntl.h
h2py.py /usr/include/sys/socket.h
h2py.py
-i
'(u_long)'
/usr/include/netinet/in.h
h2py.py /usr/include/termios.h
Lib/plat-beos5/regen
Dosyayı görüntüle @
bbe500e5
...
...
@@ -4,7 +4,4 @@ H2PY=../../Tools/scripts/h2py.py
HEADERS
=
/boot/develop/headers
set
-v
python
$H2PY
$HEADERS
/posix/fcntl.h
python
$H2PY
$HEADERS
/be/net/socket.h
python
$H2PY
-i
'(u_long)'
$HEADERS
/be/net/netinet/in.h
python
$H2PY
$HEADERS
/posix/termios.h
Lib/plat-freebsd2/regen
Dosyayı görüntüle @
bbe500e5
#! /bin/sh
set
-v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/socket.h
h2py
-i
'(u_long)'
/usr/include/netinet/in.h
h2py /usr/include/termios.h
Lib/plat-freebsd3/regen
Dosyayı görüntüle @
bbe500e5
#! /bin/sh
set
-v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/socket.h
h2py
-i
'(u_long)'
/usr/include/netinet/in.h
h2py /usr/include/termios.h
Lib/plat-freebsd4/regen
Dosyayı görüntüle @
bbe500e5
#! /bin/sh
set
-v
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
python ../../Tools/scripts/h2py.py
-i
'(u_long)'
/usr/include/netinet/in.h
python ../../Tools/scripts/h2py.py /usr/include/termios.h
Lib/plat-freebsd5/regen
Dosyayı görüntüle @
bbe500e5
#! /bin/sh
set
-v
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
python ../../Tools/scripts/h2py.py
-i
'(u_long)'
/usr/include/netinet/in.h
python ../../Tools/scripts/h2py.py /usr/include/termios.h
Lib/plat-generic/regen
Dosyayı görüntüle @
bbe500e5
#! /bin/sh
set
-v
python
$EXE
../../Tools/scripts/h2py.py /usr/include/fcntl.h
python
$EXE
../../Tools/scripts/h2py.py /usr/include/sys/socket.h
python
$EXE
../../Tools/scripts/h2py.py
-i
'(u_long)'
/usr/include/netinet/in.h
python
$EXE
../../Tools/scripts/h2py.py /usr/include/termios.h
Lib/plat-irix5/regen
Dosyayı görüntüle @
bbe500e5
...
...
@@ -5,9 +5,6 @@ case `uname -sr` in
exit
1
;;
esac
set
-v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/file.h
h2py /usr/include/sys/socket.h
h2py
-i
'(u_long)'
/usr/include/netinet/in.h
h2py /usr/include/sys/termios.h
h2py /usr/include/errno.h
Lib/plat-irix6/regen
Dosyayı görüntüle @
bbe500e5
...
...
@@ -5,9 +5,6 @@ case `uname -sr` in
exit
1
;;
esac
set
-v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/file.h
h2py /usr/include/sys/socket.h
h2py
-i
'(u_long)'
/usr/include/netinet/in.h
h2py /usr/include/sys/termios.h
h2py /usr/include/errno.h
Lib/plat-linux1/regen
Dosyayı görüntüle @
bbe500e5
...
...
@@ -5,7 +5,4 @@ Linux*) ;;
exit
1
;;
esac
set
-v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/socket.h
h2py
-i
'(u_long)'
/usr/include/netinet/in.h
h2py /usr/include/termios.h
Lib/plat-linux2/regen
Dosyayı görüntüle @
bbe500e5
...
...
@@ -5,7 +5,4 @@ Linux*) ;;
exit
1
;;
esac
set
-v
h2py /usr/include/sys/fcntl.h
h2py /usr/include/sys/socket.h
h2py
-i
'(u_long)'
/usr/include/netinet/in.h
h2py /usr/include/termios.h
Lib/plat-netbsd1/regen
Dosyayı görüntüle @
bbe500e5
#! /bin/sh
set
-v
python ../../Tools/scripts/h2py.py /usr/include/fcntl.h
python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
python ../../Tools/scripts/h2py.py
-i
'(u_long)'
/usr/include/netinet/in.h
python ../../Tools/scripts/h2py.py /usr/include/termios.h
Lib/plat-unixware7/regen
Dosyayı görüntüle @
bbe500e5
...
...
@@ -5,6 +5,5 @@ UnixWare*) ;;
exit
1
;;
esac
set
-v
h2py /usr/include/sys/fcntl.h
h2py
-i
'(u_long)'
/usr/include/netinet/in.h
h2py /usr/include/sys/stropts.h
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment