Skip to content

Commit

Permalink
[BZ #3842]
Browse files Browse the repository at this point in the history
	* sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
	using __libc_enable_secure.
  • Loading branch information
Ulrich Drepper committed Feb 17, 2007
1 parent 2e0e802 commit 6818d83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2007-02-17 Ulrich Drepper <drepper@redhat.com>

[BZ #3842]
* sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut
using __libc_enable_secure.

[BZ #3818]
* sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.

Expand Down
3 changes: 3 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2007-02-17 Ulrich Drepper <drepper@redhat.com>

[BZ #2692]
* locales/es_VE: Add am/pm format support.

[BZ #2648]
* locales/pl_PL: Fix currency_symbol and its placement.

Expand Down
5 changes: 3 additions & 2 deletions localedata/locales/es_VE
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ mon "<U0065><U006E><U0065><U0072><U006F>";/
d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
d_fmt "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
t_fmt "<U0025><U0054>"
am_pm "";""
t_fmt_ampm ""
am_pm "<U0061><U006D>";"<U0070><U006D>"
t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U0070>"
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U005A><U0020><U0025><U0059>"
Expand Down

0 comments on commit 6818d83

Please sign in to comment.