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
9809ca9d
Kaydet (Commit)
9809ca9d
authored
Eki 12, 2013
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #18458: merge comments from 3.3
üst
e92ef13b
5d4121a6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
readline.c
Modules/readline.c
+3
-3
No files found.
Modules/readline.c
Dosyayı görüntüle @
9809ca9d
...
@@ -55,11 +55,11 @@ extern char **completion_matches(char *, CPFunction *);
...
@@ -55,11 +55,11 @@ extern char **completion_matches(char *, CPFunction *);
* with the "real" readline and cannot be detected at compile-time,
* with the "real" readline and cannot be detected at compile-time,
* hence we use a runtime check to detect if we're using libedit
* hence we use a runtime check to detect if we're using libedit
*
*
* Currently there is one know API incompatibility:
* Currently there is one know
n
API incompatibility:
* - 'get_history' has a 1-based index with GNU readline, and a 0-based
* - 'get_history' has a 1-based index with GNU readline, and a 0-based
* index with libedit's emulation.
* index with
older versions of
libedit's emulation.
* - Note that replace_history and remove_history use a 0-based index
* - Note that replace_history and remove_history use a 0-based index
* with both implementation.
* with both implementation
s
.
*/
*/
static
int
using_libedit_emulation
=
0
;
static
int
using_libedit_emulation
=
0
;
static
const
char
libedit_version_tag
[]
=
"EditLine wrapper"
;
static
const
char
libedit_version_tag
[]
=
"EditLine wrapper"
;
...
...
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