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
4c627be9
Kaydet (Commit)
4c627be9
authored
Ock 13, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Small changes
üst
46005662
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
ChangeLog
ChangeLog
+14
-0
acconfig.h
acconfig.h
+3
-0
No files found.
ChangeLog
Dosyayı görüntüle @
4c627be9
Thu Jan 13 16:40:28 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Makefile.in: add rule to build Makefile; add VPATH for that;
remove dependency on configure script (you can run 'make autoconf'
instead); add Lib/test to path for test target;
Wed Jan 12 10:17:41 1994 Guido van Rossum (guido@voorn.cwi.nl)
* acconfig.h: added HAVE_ALTZONE
* configure.in: test for altzone; check for working
termcap/termlib when --with-readline used; don't test for readline
function; send errors to stderr
* Lib/test_grammar.py: fix 64-bit int test for max negative int
* Python/import.c (get_module): call dlerror() when dlopen() fails
(also some layout changes)
...
...
acconfig.h
Dosyayı görüntüle @
4c627be9
...
...
@@ -13,6 +13,9 @@
and (consequently) setpgrp() as setpgrp(0, 0). */
#undef GETPGRP_HAVE_ARGS
/* Define this if your time.h defines altzone */
#undef HAVE_ALTZONE
/* Define if your compiler supports function prototypes */
#undef HAVE_PROTOTYPES
...
...
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