public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-10-28 17:37 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-10-28 17:37 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d953ebc7ca9f16e08fc6b5367ac69baad76847b2

commit d953ebc7ca9f16e08fc6b5367ac69baad76847b2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 09c0cf8357..c311cb363f 100644
--- a/Makerules
+++ b/Makerules
@@ -1163,8 +1163,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2023-12-21 18:51 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2023-12-21 18:51 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9059d804d9870f6e937bf8073fa9af6a911f8c97

commit 9059d804d9870f6e937bf8073fa9af6a911f8c97
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule
    
    clang limits.h depends on system limits.h, which makes the install
    rule to try remove the system file:
    
      make[2]: Entering directory
      '/home/azanella/Projects/glibc/glibc-git/iconv'
      /usr/bin/install -c -m 644 ../include/limits.h /usr/include/limits.h
      /usr/bin/install: cannot remove '/usr/include/limits.h': Permission denied
    
    The rule is not really used, so remove it.

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 018780c818..be692d4fcb 100644
--- a/Makerules
+++ b/Makerules
@@ -1122,8 +1122,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2023-09-28 17:49 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2023-09-28 17:49 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ab5f12e0327c2a9349e4b92dfa7f7b983b64fe92

commit ab5f12e0327c2a9349e4b92dfa7f7b983b64fe92
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule
    
    clang limits.h depends on system limits.h, which makes the install
    rule to try remove the system file:
    
      make[2]: Entering directory
      '/home/azanella/Projects/glibc/glibc-git/iconv'
      /usr/bin/install -c -m 644 ../include/limits.h /usr/include/limits.h
      /usr/bin/install: cannot remove '/usr/include/limits.h': Permission denied
    
    The rule is not really used, so remove it.

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 018780c818..be692d4fcb 100644
--- a/Makerules
+++ b/Makerules
@@ -1122,8 +1122,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2023-08-30 12:33 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2023-08-30 12:33 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d04d5b8b656dc091710a028091fa1cdffbf5b0c2

commit d04d5b8b656dc091710a028091fa1cdffbf5b0c2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 018780c818..be692d4fcb 100644
--- a/Makerules
+++ b/Makerules
@@ -1122,8 +1122,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2023-02-09 19:45 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2023-02-09 19:45 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e8cc8c769deb75adbf027024489a8c3a79a6e814

commit e8cc8c769deb75adbf027024489a8c3a79a6e814
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 1af15e376b..de1fa60e6e 100644
--- a/Makerules
+++ b/Makerules
@@ -1122,8 +1122,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-10-04 12:55 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-10-04 12:55 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8f56150518b4dbb212304d525153a8b5d9e284f3

commit 8f56150518b4dbb212304d525153a8b5d9e284f3
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 09c0cf8357..c311cb363f 100644
--- a/Makerules
+++ b/Makerules
@@ -1163,8 +1163,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-06-09 21:16 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 21:16 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=17d95616020494b708e5e7ccd4faf71ffca1b430

commit 17d95616020494b708e5e7ccd4faf71ffca1b430
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index dfe89e9e39..9c1acb8cd6 100644
--- a/Makerules
+++ b/Makerules
@@ -1167,8 +1167,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-06-09 13:13 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-06-09 13:13 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=17d95616020494b708e5e7ccd4faf71ffca1b430

commit 17d95616020494b708e5e7ccd4faf71ffca1b430
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index dfe89e9e39..9c1acb8cd6 100644
--- a/Makerules
+++ b/Makerules
@@ -1167,8 +1167,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-06-03 14:02 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-06-03 14:02 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c082455d1d3c2178120977781d9b8a0ecdb95e81

commit c082455d1d3c2178120977781d9b8a0ecdb95e81
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index dfe89e9e39..9c1acb8cd6 100644
--- a/Makerules
+++ b/Makerules
@@ -1167,8 +1167,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-05-13 14:16 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-05-13 14:16 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e9e610d59dcae1d43e3832606a895054a8121e33

commit e9e610d59dcae1d43e3832606a895054a8121e33
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 354528b8c7..d3d0402e14 100644
--- a/Makerules
+++ b/Makerules
@@ -1165,8 +1165,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-05-12 19:30 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-05-12 19:30 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=36d23ba37a9d58dd896e85eeab585525412cdecc

commit 36d23ba37a9d58dd896e85eeab585525412cdecc
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 354528b8c7..d3d0402e14 100644
--- a/Makerules
+++ b/Makerules
@@ -1165,8 +1165,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-05-10 18:20 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-05-10 18:20 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6415821f0db420874d99becd960619e4b4b43ad7

commit 6415821f0db420874d99becd960619e4b4b43ad7
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 354528b8c7..d3d0402e14 100644
--- a/Makerules
+++ b/Makerules
@@ -1165,8 +1165,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-04-29 14:00 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-04-29 14:00 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c8ca6ab954cee53d073ae718bea4db9bd99dbfc6

commit c8ca6ab954cee53d073ae718bea4db9bd99dbfc6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 428464f092..72ee565393 100644
--- a/Makerules
+++ b/Makerules
@@ -1172,8 +1172,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-04-04 12:50 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-04-04 12:50 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4bc7751c6e1af93536e0638bef1fddca458054e1

commit 4bc7751c6e1af93536e0638bef1fddca458054e1
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 428464f092..72ee565393 100644
--- a/Makerules
+++ b/Makerules
@@ -1172,8 +1172,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-03-31 19:03 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-03-31 19:03 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=578ad1aee7026bb43a2efeb441a63d641c3b268a

commit 578ad1aee7026bb43a2efeb441a63d641c3b268a
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 428464f092..72ee565393 100644
--- a/Makerules
+++ b/Makerules
@@ -1172,8 +1172,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [glibc/azanella/clang] Remove include/*.h install rule
@ 2022-03-29 20:26 Adhemerval Zanella
  0 siblings, 0 replies; 16+ messages in thread
From: Adhemerval Zanella @ 2022-03-29 20:26 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=224ae2dfb43791ee00ad76062f625e90af88047f

commit 224ae2dfb43791ee00ad76062f625e90af88047f
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Mar 23 16:22:41 2022 -0300

    Remove include/*.h install rule

Diff:
---
 Makerules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makerules b/Makerules
index 428464f092..72ee565393 100644
--- a/Makerules
+++ b/Makerules
@@ -1172,8 +1172,6 @@ $(inst_includedir)/%.h: $(common-objpfx)%.h $(+force)
 	$(do-install)
 $(inst_includedir)/%.h: %.h $(+force)
 	$(do-install)
-$(inst_includedir)/%.h: $(..)include/%.h $(+force)
-	$(do-install)
 headers-nonh := $(filter-out %.h,$(headers))
 ifdef headers-nonh
 $(addprefix $(inst_includedir)/,$(headers-nonh)): $(inst_includedir)/%: \


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-12-21 18:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28 17:37 [glibc/azanella/clang] Remove include/*.h install rule Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2023-12-21 18:51 Adhemerval Zanella
2023-09-28 17:49 Adhemerval Zanella
2023-08-30 12:33 Adhemerval Zanella
2023-02-09 19:45 Adhemerval Zanella
2022-10-04 12:55 Adhemerval Zanella
2022-06-09 21:16 Adhemerval Zanella
2022-06-09 13:13 Adhemerval Zanella
2022-06-03 14:02 Adhemerval Zanella
2022-05-13 14:16 Adhemerval Zanella
2022-05-12 19:30 Adhemerval Zanella
2022-05-10 18:20 Adhemerval Zanella
2022-04-29 14:00 Adhemerval Zanella
2022-04-04 12:50 Adhemerval Zanella
2022-03-31 19:03 Adhemerval Zanella
2022-03-29 20:26 Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).