mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* math/tgmath.h: Pretty printing.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2001-01-25 Ulrich Drepper <drepper@redhat.com>
|
2001-01-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* math/tgmath.h: Pretty printing.
|
||||||
|
|
||||||
* math/Makefile (tests): Add test-tgmath.
|
* math/Makefile (tests): Add test-tgmath.
|
||||||
(CFLAGS-test-tgmath.c): New variable.
|
(CFLAGS-test-tgmath.c): New variable.
|
||||||
* math/test-tgmath.c: New file. Contributed by Jakub Jelinek.
|
* math/test-tgmath.c: New file. Contributed by Jakub Jelinek.
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <tgmath.h>
|
#include <tgmath.h>
|
||||||
|
|
||||||
#define DEBUG
|
//#define DEBUG
|
||||||
|
|
||||||
static void compile_test (void);
|
static void compile_test (void);
|
||||||
static void compile_testf (void);
|
static void compile_testf (void);
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
|
/* Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
Reference in New Issue
Block a user